mirror of
https://github.com/openvk/openvk
synced 2025-01-03 22:31:59 +03:00
2 lines
147 B
MySQL
2 lines
147 B
MySQL
|
ALTER TABLE `profiles` ADD `deact_date` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `deleted`, ADD `deact_reason` text NULL AFTER `deact_date`;
|