openvk/install/sqls/00027-rating.sql

2 lines
97 B
MySQL
Raw Normal View History

2022-07-22 11:34:39 +03:00
ALTER TABLE `profiles` ADD COLUMN `rating` bigint(20) UNSIGNED NOT NULL DEFAULT 0 AFTER `coins`;