You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A field of type date/datetime is not properly set in the artisan command.
for example, a 'birthday' column of type 'date' in a 'users' table will result in the following output: php artisan generate:migration create_users_table --fields="birthday, (also notice the last comma)
The text was updated successfully, but these errors were encountered:
Yannik
changed the title
Date/DateTime isn't represented in artisan command
Date/DateTime type is missing in artisan command
Oct 14, 2014
A field of type date/datetime is not properly set in the artisan command.
for example, a 'birthday' column of type 'date' in a 'users' table will result in the following output:
php artisan generate:migration create_users_table --fields="birthday,
(also notice the last comma)The text was updated successfully, but these errors were encountered: