mirror of
https://github.com/openvk/openvk
synced 2025-01-10 18:10:03 +03:00
3 lines
201 B
MySQL
3 lines
201 B
MySQL
|
ALTER TABLE `profiles` CHANGE `coins` `coins` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `email`;
|
||
|
ALTER TABLE `profiles` ADD COLUMN `rating` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `coins`;
|