hasTable('synscheme')) { $table = $this->table('synscheme'); $table->addColumn('name', 'string', ['limit' => 50,'null' => true,'signed' => true,'comment' => '名称',]) ->update(); } } }