添加市场
This commit is contained in:
@@ -32,6 +32,7 @@ return new class extends Migration
|
||||
$table->increments('id')->comment('商品ID');
|
||||
$table->integer('category_id')->default(0)->comment('商品分类ID');
|
||||
$table->integer('supplier_id')->default(0)->comment('默认供应商ID');
|
||||
$table->string('market', 50)->default('')->comment('市场(如:新发地、岳各庄)');
|
||||
$table->string('name', 100)->comment('品名');
|
||||
$table->string('spec', 100)->default('')->comment('规格/包规');
|
||||
$table->string('unit', 20)->default('斤')->comment('计价单位(斤/件/箱等)');
|
||||
|
||||
Reference in New Issue
Block a user