mirror of
https://github.com/beilunyang/moemail.git
synced 2025-12-24 11:30:51 +08:00
4 lines
243 B
SQL
4 lines
243 B
SQL
DROP TABLE `credential`;--> statement-breakpoint
|
|
ALTER TABLE `user` ADD `username` text;--> statement-breakpoint
|
|
ALTER TABLE `user` ADD `password` text;--> statement-breakpoint
|
|
CREATE UNIQUE INDEX `user_username_unique` ON `user` (`username`); |