I am creating a migration in Laravel, and I have a field defined like this:
$table->char('código', 3);
The code data should be made up of three digits, from 000 to 999 , but I can not use a numeric field, because the leading...
asked by
30.11.2018 / 23:46