table('talkskill_hot_keyword', ['comment' => '话术搜索热词']) ->addColumn('keyword', 'string', ['comment'=>'关键词' ,'default' => '']) ->addColumn('use_count', 'integer', ['comment'=>'搜索次数' ,'default' => 0]) ->addColumn('root_id', 'integer', ['comment' => '企业id', 'default' => 1]) ->addColumn('addtime', 'timestamp', ['comment'=>'添加时间', 'default' => 'CURRENT_TIMESTAMP']) ->create(); } }