This commit is contained in:
2025-11-10 22:26:52 -08:00
parent 77f09055c9
commit a659368867
19 changed files with 301 additions and 358 deletions

View File

@@ -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,