ALTER TABLE `users` ADD `discover_visible` integer DEFAULT false NOT NULL;--> statement-breakpoint ALTER TABLE `users` ADD `discover_location` text;--> statement-breakpoint ALTER TABLE `users` ADD `discover_show_location` integer DEFAULT false NOT NULL;