|
|
@@ -16,7 +16,7 @@ class CreateStationCacheShelfGridsTable extends Migration
|
|
|
Schema::create('station_cache_shelf_grids', function (Blueprint $table) {
|
|
|
$table->id();
|
|
|
$table->bigInteger('station_id')->comment('站');
|
|
|
- $table->bigInteger('material_box_id')->comment('料箱');
|
|
|
+ $table->bigInteger('material_box_id')->nullable()->comment('料箱');
|
|
|
$table->tinyInteger('grid_id')->comment('编号');
|
|
|
$table->tinyInteger('status')->comment('状态');
|
|
|
$table->timestamps();
|