mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
3 lines
167 B
SQL
3 lines
167 B
SQL
ALTER TABLE `users` ADD `name` text;--> statement-breakpoint
|
|
ALTER TABLE `users` ADD `email` text;--> statement-breakpoint
|
|
ALTER TABLE `users` DROP COLUMN `onboarded`; |