WIP on CArd Orders
This commit is contained in:
@@ -15,6 +15,8 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->jsonb('name');
|
||||
$table->string('price')->nullable();
|
||||
$table->string('notes')->nullable();
|
||||
$table->boolean('active')->default(true);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -15,6 +15,8 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->jsonb('name');
|
||||
$table->string('price')->nullable();
|
||||
$table->string('notes')->nullable();
|
||||
$table->boolean('active')->default(true);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user