table('mall_goods'); $table->addColumn(Column::text('property_static')->setComment('属性(静态字段)')); $table->update(); } }