Skip to content

Commit f0c4c5c

Browse files
committed
Remove id in tou_version
1 parent 9956e88 commit f0c4c5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

database/migrations/2025_10_14_091126_tou_versions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111
public function up(): void {
1212
Schema::create('tou_versions', function (Blueprint $table) {
13-
$table->id();
1413
$table->string('version')->unique();
1514
$table->boolean('active')->default(false);
1615
$table->timestamps();

0 commit comments

Comments
 (0)