table('customer_portrait', ['comment' => '客户画像字段权限表', 'engine'=>'InnoDB']); $table->addColumn('root_id', 'integer', array('limit' => 10, 'comment'=>'所属系统公司')) ->addColumn('fields', 'text', array('comment'=>'字段')) ->create(); } }