1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-01-14 03:52:59 +03:00
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`;