🛠️ Database Manager Suite
💻 Run Custom SQL Query
🔍 Table Schema Structure: backup
| Field Name | Data Type | Null Allowed | Key Index | Default Value | Extra Attributes |
|---|---|---|---|---|---|
| id | int(11) | NO | 🔑 PRIMARY KEY | NULL | auto_increment |
| filename | varchar(255) | NO | - | NULL | |
| created_at | timestamp | NO | - | current_timestamp() |
📊 Data Preview: backup (Limit 100)
This table is currently empty.