getTable('talk_attendees'); if (!$table->hasColumn('important')) { $table->addColumn('important', Types::BOOLEAN, [ 'default' => 0, 'notnull' => false, ]); } return $schema; } }