[WIP] Working on orders & invoices
This commit is contained in:
@@ -24,7 +24,7 @@ class CreateMediaTable extends Migration
|
||||
$table->json('custom_properties');
|
||||
$table->json('generated_conversions');
|
||||
$table->json('responsive_images');
|
||||
$table->unsignedInteger('order_column')->nullable();
|
||||
$table->unsignedInteger('order_column')->nullable()->index();
|
||||
|
||||
$table->nullableTimestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user