تحديث إعدادات بوابة الواتساب لتكون مستقلة ومحمية
This commit is contained in:
@@ -15,8 +15,8 @@ CREATE TABLE IF NOT EXISTS otp_requests (
|
||||
phone VARCHAR(20) NOT NULL,
|
||||
otp_code VARCHAR(6) NOT NULL,
|
||||
caller_id VARCHAR(20) NOT NULL DEFAULT '',
|
||||
status ENUM('pending','pending_sms','calling','completed','failed','expired','verified') NOT NULL DEFAULT 'pending',
|
||||
method ENUM('flash_call','sms') NOT NULL DEFAULT 'flash_call',
|
||||
status ENUM('pending','pending_sms','pending_whatsapp','calling','completed','failed','expired','verified') NOT NULL DEFAULT 'pending',
|
||||
method ENUM('flash_call','sms','whatsapp','telegram') NOT NULL DEFAULT 'flash_call',
|
||||
device_id VARCHAR(50) NULL,
|
||||
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at TIMESTAMP NULL ON UPDATE CURRENT_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user