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
Currently, because the "int" is accepted, the migration file is generated but on executing the migration with the command php artisan migrate, the migration fails with a:
{"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","me
ssage":"Call to undefined method Illuminate\Database\Schema\Blueprint::int()"
,"file":"C:\xampp\htdocs\darkangelofdemos\app\database\migrations\2014_09_29_090
445_create_emp_table.php","line":19}}
I've seen the issue reported in the title of #225, but the original message seems to have been blanked out and the issue closed.
The text was updated successfully, but these errors were encountered:
When creating a migration using the Laravel 4 Generators, no validation error is displayed when using "int" instead of "integer".
Example
This should cause a validation error:
This should pass validation:
Currently, because the "int" is accepted, the migration file is generated but on executing the migration with the command
php artisan migrate
, the migration fails with a:I've seen the issue reported in the title of #225, but the original message seems to have been blanked out and the issue closed.
The text was updated successfully, but these errors were encountered: