🛠️ Database Manager Suite
💻 Run Custom SQL Query
🔍 Table Schema Structure: radpostauth
| Field Name | Data Type | Null Allowed | Key Index | Default Value | Extra Attributes |
|---|---|---|---|---|---|
| id | int(11) | NO | 🔑 PRIMARY KEY | NULL | auto_increment |
| username | varchar(64) | NO | - | ||
| pass | varchar(64) | NO | - | ||
| reply | varchar(32) | NO | - | ||
| authdate | timestamp | NO | - | current_timestamp() | on update current_timestamp() |
| nasipaddress | varchar(15) | NO | - | NULL |
📊 Data Preview: radpostauth (Limit 100)
This table is currently empty.