Skip to content

Commit e37f402

Browse files
committed
Add nullable width column to custom fields section table for enhanced flexibility
1 parent 534804d commit e37f402

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

database/migrations/create_custom_fields_table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public function up(): void
2626
$uniqueColumns[] = config('custom-fields.column_names.tenant_foreign_key');
2727
}
2828

29+
$table->string('width')->nullable();
30+
2931
$table->string('code');
3032
$table->string('name');
3133
$table->string('type');

0 commit comments

Comments
 (0)