[DiscordArchive] In the case of the `RealmID` what do we do?
[DiscordArchive] In the case of the `RealmID` what do we do?
Archived author: stevej • Posted: 2021-01-10T20:30:52.995000+00:00
Original source
```
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-----------|--------------|------------|-----|------|---------|-------|------------|
| id | int(10) | unsigned | PRI | NO | 0 | | Account id |
| bandate | int(10) | unsigned | PRI | NO | 0 | | |
| unbandate | int(10) | unsigned | | NO | 0 | | |
| bannedby | varchar(50) | | | NO | | | |
| banreason | varchar(255) | | | NO | | | |
| active | tinyint(3) | unsigned | | NO | 1 | | |
```
Archived author: stevej • Posted: 2021-01-10T20:31:04.482000+00:00
Original source
Would that be okay?
Archived author: stevej • Posted: 2021-01-10T20:31:08.339000+00:00
Original source
Archived author: Kitzunu • Posted: 2021-01-10T20:32:55.307000+00:00
Original source