getTable('talk_attendees'); if (!$table->hasColumn('notification_calls')) { $table->addColumn('notification_calls', Types::INTEGER, [ 'default' => Participant::NOTIFY_CALLS_ON, ]); } return $schema; } }