tests
This commit is contained in:
@@ -27,7 +27,7 @@ class CreateContactUsFormSubmissions extends AbstractMigration
|
||||
$table->addColumn('client_ip', 'string', [
|
||||
'default' => null,
|
||||
'limit' => 45,
|
||||
'null' => false,
|
||||
'null' => true,
|
||||
]);
|
||||
$table->addColumn('name', 'string', [
|
||||
'default' => null,
|
||||
|
||||
Reference in New Issue
Block a user