ENH - expand VaultX trading experience

This commit is contained in:
smx.pusha
2026-08-18 09:11:24 +02:00
parent d7a140c996
commit 1cf08cbc6b
13 changed files with 1345 additions and 539 deletions
+3
View File
@@ -1351,6 +1351,9 @@ CREATE TABLE IF NOT EXISTS `sky_phone_crypto_profiles` (
`account_id` BIGINT UNSIGNED NULL,
`handle` VARCHAR(20) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`password_hash` VARCHAR(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL,
`price_alerts` TINYINT(1) UNSIGNED NOT NULL DEFAULT 1,
`trade_confirmations` TINYINT(1) UNSIGNED NOT NULL DEFAULT 1,
`hide_balances` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
`status` ENUM('active','frozen','closed') NOT NULL DEFAULT 'active',
`failed_logins` TINYINT UNSIGNED NOT NULL DEFAULT 0,
`locked_until` DATETIME NULL,