getTable('talk_attendees'); $table->addColumn('has_scheduled_messages', TYPES::INTEGER, [ 'notnull' => true, 'default' => 0, ]); return $schema; } }