table('building_special_emp', ['comment' => '热装楼盘可见人', 'engine'=>'InnoDB']); $table->addColumn('root_id', 'integer',array('comment'=>'公司id')) ->addColumn('assign_org_id', 'string',array('comment'=>'可见人部门id','default'=> '')) ->addColumn('assign_employee', 'text',array('comment'=>'可见人id','null' => true)) ->create(); } }