Remove binary attributes from DB, should be json columns
This commit is contained in:
@@ -26,7 +26,7 @@ return new class extends Migration
|
||||
$table->float('amount', 10, 0)->nullable();
|
||||
$table->float('quantity', 10, 0)->nullable();
|
||||
$table->boolean('taxable')->default(true);
|
||||
$table->binary('attributes', 65535)->nullable();
|
||||
$table->jsonb('attributes')->nullable();
|
||||
$table->string('description', 128)->nullable();
|
||||
|
||||
$table->date('start_at')->nullable();
|
||||
|
Reference in New Issue
Block a user