🛠️ Database Manager Suite
💻 Run Custom SQL Query
🔍 Table Schema Structure: backup_settings
| Field Name | Data Type | Null Allowed | Key Index | Default Value | Extra Attributes |
|---|---|---|---|---|---|
| bup_id | int(21) | NO | 🔑 PRIMARY KEY | NULL | auto_increment |
| daily_backup | tinyint(1) | NO | - | NULL | |
| weekly_backup | tinyint(1) | NO | - | NULL | |
| monthly_backup | tinyint(1) | NO | - | NULL |
📊 Data Preview: backup_settings (Limit 100)
This table is currently empty.