['type' => 'uBigInt', 'title' => '集合(表)id'], 'setting' => ['type' => 'json', 'title' => 'ES索引设置信息'], ]; } public function init() { } /** * Run the database seeds. * * @return void */ public function run() { $this->schema = 'dep_es_indices'; $this->title = 'ES索引表'; $this->start(); } }