addColumn('page', 'gallery', $this->string(255)); } /** * @inheritdoc */ public function down() { $this->dropColumn('page', 'gallery'); } }