🛠️ Database Manager Suite
💻 Run Custom SQL Query
🔍 Table Schema Structure: rm_specperacnt
| Field Name | Data Type | Null Allowed | Key Index | Default Value | Extra Attributes |
|---|---|---|---|---|---|
| id | int(11) | NO | 🔑 PRIMARY KEY | NULL | auto_increment |
| srvid | int(11) | NO | - | NULL | |
| starttime | time | NO | - | NULL | |
| endtime | time | NO | - | NULL | |
| timeratio | decimal(3,2) | NO | - | NULL | |
| dlratio | decimal(3,2) | NO | - | NULL | |
| ulratio | decimal(3,2) | NO | - | NULL | |
| connallowed | tinyint(1) | NO | - | NULL | |
| mon | tinyint(1) | NO | - | NULL | |
| tue | tinyint(1) | NO | - | NULL | |
| wed | tinyint(1) | NO | - | NULL | |
| thu | tinyint(1) | NO | - | NULL | |
| fri | tinyint(1) | NO | - | NULL | |
| sat | tinyint(1) | NO | - | NULL | |
| sun | tinyint(1) | NO | - | NULL |
📊 Data Preview: rm_specperacnt (Limit 100)
This table is currently empty.