table('talkskill_praise', ['comment' => '话术评论点赞']) ->addColumn('content_id', 'integer', ['comment'=>'内容id' ,'default' => 0]) ->addColumn('user_id', 'integer', ['comment'=>'用户id' ,'default' => 0]) ->addColumn('root_id', 'integer', ['comment' => '企业id', 'default' => 1]) ->addColumn('addtime', 'timestamp', ['comment'=>'添加时间', 'default' => 'CURRENT_TIMESTAMP']) ->create(); } }