table('system_quick'); $table->changeColumn($table->getColumn('status')->setComment('状态 {radio} (0:禁用,1:启用)')->setDefault(1)); $table->update(); } }