['type' => 'decimal', 'title' => '商品id', 'is_null' => false], 'keywords' => ['type' => 'string_60', 'title' => '关键词', 'is_null' => false], 'number_month' => ['type' => 'string_60', 'title' => '月搜索量', 'is_null' => false], ]; } /** * 初始化内容 */ public function init() { } /** * Run the database seeds. * * @return void */ public function run() { $this->schema = 'seo_keywords'; $this->title = '产品seo关键词表'; $this->start(); } }