mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
1 line
147 B
SQL
1 line
147 B
SQL
ALTER TABLE `profiles` ADD `deact_date` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `deleted`, ADD `deact_reason` text NULL AFTER `deact_date`;
|