Skip to content

Commit

Permalink
Use plural table name
Browse files Browse the repository at this point in the history
  • Loading branch information
byjml committed Mar 2, 2015
1 parent fde1133 commit 538c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The migration will be placed in your `database/migrations` folder, and will cont

The `--table` and `--create` options may also be used to indicate the name of the table, and whether the migration will be creating a new table:

php artisan make:migration add_votes_to_user_table --table=users
php artisan make:migration add_votes_to_users_table --table=users

php artisan make:migration create_users_table --create=users

Expand Down

0 comments on commit 538c408

Please sign in to comment.