Optimise Service model
This commit is contained in:
@@ -31,7 +31,7 @@ return new class extends Migration
|
||||
$table->text('prod_attr')->nullable();
|
||||
|
||||
$table->string('model')->nullable();
|
||||
$table->string('order_status')->nullable();
|
||||
$table->string('order_status');
|
||||
$table->text('order_info')->nullable();
|
||||
|
||||
$table->date('invoice_last_at')->nullable();
|
||||
|
Reference in New Issue
Block a user