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