1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-02-04 05:49:33 +03:00
openvk/install/sqls/00028-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`;