Commit 2dbe8e90 by 赵增煜

删除多余字段

parent d9bf6e65
......@@ -26,8 +26,6 @@ public function up()
$table->string('approval_no')->comment('批准文号');
$table->integer('limit_buy_7')->default(0)->comment('7天内限购数量');
$table->boolean('is_rx')->default(false)->comment('是否处方药');
$table->text('tag')->nullable()->comment('标签');
$table->string('standard_code', 32)->comment('本位码');
$table->timestamps();
$table->softDeletes();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment