Skip to content

Commit 98e46f9

Browse files
committed
wip
1 parent 7184ef4 commit 98e46f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SetUp/Migrations/2023_07_23_155120_create_products_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public function up(): void
1414
Schema::create('products', function (Blueprint $table) {
1515
$table->id();
1616
$table->string('title');
17+
$table->text('description')->nullable();
1718
$table->timestamps();
1819
});
1920
}

0 commit comments

Comments
 (0)