ALTER TABLE `users` DROP INDEX `users_openId_unique`;--> statement-breakpoint ALTER TABLE `users` MODIFY COLUMN `password` varchar(255) NOT NULL;--> statement-breakpoint ALTER TABLE `users` DROP COLUMN `openId`;