[ 'type' => 'TINYINT', 'constraint' => 1, 'null' => true, 'default' => 1, 'comment' => 'Flag indicating if test can be requested (1=yes, 0=no)' ] ]; $this->forge->addColumn('testdefsite', $fields); } public function down() { $this->forge->dropColumn('testdefsite', 'Requestable'); } }