We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9956e88 commit f0c4c5cCopy full SHA for f0c4c5c
1 file changed
database/migrations/2025_10_14_091126_tou_versions.php
@@ -10,7 +10,6 @@
10
*/
11
public function up(): void {
12
Schema::create('tou_versions', function (Blueprint $table) {
13
- $table->id();
14
$table->string('version')->unique();
15
$table->boolean('active')->default(false);
16
$table->timestamps();
0 commit comments