🛠️ Database Manager Suite
💻 Run Custom SQL Query
🔍 Table Schema Structure: userbalance
| Field Name | Data Type | Null Allowed | Key Index | Default Value | Extra Attributes |
|---|---|---|---|---|---|
| balance_id | int(11) | NO | 🔑 PRIMARY KEY | NULL | auto_increment |
| username | varchar(255) | NO | - | NULL | |
| balancedate | datetime | NO | - | NULL | |
| userdeposit | varchar(255) | NO | - | NULL | |
| user_balance | varchar(255) | NO | - | NULL | |
| userdeposit_date | date | NO | - | NULL | |
| withdrawdate | datetime | NO | - | NULL | |
| withdraw_balance | varchar(150) | NO | - | NULL | |
| close_userbalance | varchar(150) | NO | - | NULL |
📊 Data Preview: userbalance (Limit 100)
This table is currently empty.