We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database.php中配置好了数据库连接 使用 php artisan migrate --seed 处理数据库的时候出错
$ php artisan migrate --seed
Application In Production! *
Do you really wish to run this command? yes Migration table created successfully. Migrated: 2014_01_03_011552_create_site_statuses_table Migrated: 2014_08_08_234417_create_users_table Migrated: 2014_08_10_085349_create_topics_table Migrated: 2014_08_10_091306_create_nodes_table Migrated: 2014_08_12_124425_create_replies_table Migrated: 2014_08_13_130603_entrust_setup_tables Migrated: 2014_08_14_221225_create_tips_table Migrated: 2014_08_15_163951_create_links_table Migrated: 2014_08_16_200848_create_favorites_table Migrated: 2014_08_19_080606_create_notifications_table Migrated: 2014_08_19_083110_add_notifications_field_to_user_table Migrated: 2014_08_19_162628_create_attention_table Migrated: 2014_08_20_130447_create_votes_table Migrated: 2014_08_22_112136_add_order_field_to_topic_table Migrated: 2014_08_24_080733_add_body_original_field_to_topics_table Migrated: 2014_08_24_102913_add_excerpt_field_to_topics_table Migrated: 2014_08_27_092832_add_github_name_filed_to_users_table Migrated: 2014_08_27_210652_add_body_original_filed_to_replies_table Migrated: 2014_10_12_080007_add_cover_field_to_links_table Migrated: 2015_03_02_102317_create_appends_table Migrated: 2015_03_25_115359_add_avatar_to_users (错误信息)
数据库里表都迁移好了,数据填充没有填充进去,怎么解决呢?
The text was updated successfully, but these errors were encountered:
@BarryGibb
php artisan migrate:refresh
Sorry, something went wrong.
@tomhaoye 这个问题解决了,npm install安装模块的时候又是很多错误= =
npm-debug.txt
@BarryGibb 那个package.json
"gulp-sass": "^0.7.1"
改一下版本吧,貌似用不了了,作为一个开发人员要学会看错误信息额,后面写得很清楚。
No branches or pull requests
database.php中配置好了数据库连接
使用 php artisan migrate --seed 处理数据库的时候出错
$ php artisan migrate --seed
Do you really wish to run this command? yes
Migration table created successfully.
Migrated: 2014_01_03_011552_create_site_statuses_table
Migrated: 2014_08_08_234417_create_users_table
Migrated: 2014_08_10_085349_create_topics_table
Migrated: 2014_08_10_091306_create_nodes_table
Migrated: 2014_08_12_124425_create_replies_table
Migrated: 2014_08_13_130603_entrust_setup_tables
Migrated: 2014_08_14_221225_create_tips_table
Migrated: 2014_08_15_163951_create_links_table
Migrated: 2014_08_16_200848_create_favorites_table
Migrated: 2014_08_19_080606_create_notifications_table
Migrated: 2014_08_19_083110_add_notifications_field_to_user_table
Migrated: 2014_08_19_162628_create_attention_table
Migrated: 2014_08_20_130447_create_votes_table
Migrated: 2014_08_22_112136_add_order_field_to_topic_table
Migrated: 2014_08_24_080733_add_body_original_field_to_topics_table
Migrated: 2014_08_24_102913_add_excerpt_field_to_topics_table
Migrated: 2014_08_27_092832_add_github_name_filed_to_users_table
Migrated: 2014_08_27_210652_add_body_original_filed_to_replies_table
Migrated: 2014_10_12_080007_add_cover_field_to_links_table
Migrated: 2015_03_02_102317_create_appends_table
Migrated: 2015_03_25_115359_add_avatar_to_users
(错误信息)
数据库里表都迁移好了,数据填充没有填充进去,怎么解决呢?
The text was updated successfully, but these errors were encountered: