addColumn('page', 'image_id', $this->integer()); } /** * {@inheritdoc} */ public function safeDown() { $this->dropColumn('page', 'image_id'); } }