mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
Merge branch 'master' of https://github.com/bytefury/crater
This commit is contained in:
@ -20,9 +20,9 @@ class CreateMediaTable extends Migration
|
|||||||
$table->string('mime_type')->nullable();
|
$table->string('mime_type')->nullable();
|
||||||
$table->string('disk');
|
$table->string('disk');
|
||||||
$table->unsignedInteger('size');
|
$table->unsignedInteger('size');
|
||||||
$table->json('manipulations');
|
$table->text('manipulations');
|
||||||
$table->json('custom_properties');
|
$table->text('custom_properties');
|
||||||
$table->json('responsive_images');
|
$table->text('responsive_images');
|
||||||
$table->unsignedInteger('order_column')->nullable();
|
$table->unsignedInteger('order_column')->nullable();
|
||||||
$table->nullableTimestamps();
|
$table->nullableTimestamps();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user