addColumn('page', 'mask', $this->integer()); } public function down() { $this->dropColumn('page', 'mask'); } }