2015-12-28 02:50:25 +01:00
|
|
|
Table manage
|
2021-06-13 22:33:50 +02:00
|
|
|
===========
|
|
|
|
table of accounts that can manage each other
|
2015-12-28 02:50:25 +01:00
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
|
|
|
| id | sequential ID | int unsigned | YES | PRI | | auto_increment |
|
|
|
|
| uid | User id | mediumint unsigned | YES | | 0 | |
|
|
|
|
| mid | User id | mediumint unsigned | YES | | 0 | |
|
2015-12-28 02:50:25 +01:00
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|