table('weworksingle_group_statistic')->setComment('企业微信群统计数据表'); $table->addColumn('owner', 'string', ['limit'=> 255, 'comment'=> '群主', 'default'=> '']) ->addColumn('data', 'text', ['comment'=> '统计数据(json)', 'null'=> true]) ->addColumn('addtime', 'timestamp', ['comment'=> '拉取时间', 'default'=> 'CURRENT_TIMESTAMP']) ->addColumn('root_id', 'integer', ['limit'=> 10, 'comment'=> '组织id', 'default'=> 0]) ->create(); } }