Optimise Service model

This commit is contained in:
2024-07-07 15:02:02 +10:00
parent b4f3db04fc
commit 0d9dbafcf1
10 changed files with 153 additions and 242 deletions

View File

@@ -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();