mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Make length match validation
This commit is contained in:
parent
7efe3a3207
commit
e8f45555ff
|
@ -13,7 +13,7 @@ class LongerStateFieldInLocation extends Migration
|
|||
public function up()
|
||||
{
|
||||
Schema::table('locations', function ($table) {
|
||||
$table->string('state', 20)->nullable()->default(null)->change();
|
||||
$table->string('state', 32)->nullable()->default(null)->change();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue