table('talkskill') ->addColumn('root_id', 'integer', ['comment' => '企业id', 'default' => 1]) ->addColumn('type', 'string', ['comment' => 'admin平台/user用户', 'default' => '' , 'limit' => 10]) ->addColumn('employee_id', 'integer', ['comment' => '员工id', 'default' => 0]) ->update(); } }