Skip to content

Commit

Permalink
Merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Jan 12, 2025
1 parent ee41057 commit e45d25c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function up(): void
$table->string('inscription_id')->unique();
$table->string('name')->nullable();
$table->json('meta')->nullable();
$table->timestamps();
$table->timestamp('created_at');
});
}

Expand Down

This file was deleted.

0 comments on commit e45d25c

Please sign in to comment.