table('agent_share_content', ['comment' => '设置分享任务']) ->addColumn('root_id', 'integer', ['comment'=>'企业']) ->addColumn('employee_id', 'integer', ['comment'=>'员工']) ->addColumn('data_id', 'integer', ['comment'=>'关联内容', 'default'=>0]) ->addColumn('type', 'string', ['comment'=>'来源类型', 'default'=>'']) ->addColumn('disable', 'integer', ['comment'=>'开启关闭', 'default'=>0]) ->addColumn('addtime', 'timestamp', ['default'=> 'CURRENT_TIMESTAMP', 'comment'=> '添加时间']) ->create(); } }