table('train_type') ->addColumn('root_id', 'integer', ['comment' => '企业id', 'default' => 1]) ->update(); $this->table('train_sumup') ->addColumn('root_id', 'integer', ['comment' => '企业id', 'default' => 1]) ->update(); $this->table('question_bank') ->addColumn('root_id', 'integer', ['comment' => '企业id', 'default' => 1]) ->update(); } }