Skip to content

Commit 4855d38

Browse files
authored
Update 0000_00_00_000000_create_shoppingcart_table.php
1 parent f598dbf commit 4855d38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/migrations/0000_00_00_000000_create_shoppingcart_table.php

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public function up()
1616
$table->string('instance');
1717
$table->longText('content');
1818
$table->nullableTimestamps();
19-
$table->timestamps();
2019

2120
$table->primary(['identifier', 'instance']);
2221
});

0 commit comments

Comments
 (0)