mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +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`;
|