table('system_config',['comment'=>'系统配置表','signed'=>false]); $table->addColumn('name','string',['limit'=>30,'comment'=>'配置名称']); $table->addColumn('value','text',['comment'=>'值']); $table->addIndex('name'); $table->create(); } }