friendica/doc/database/db_manage.md

13 lines
558 B
Markdown
Raw Normal View History

2015-12-28 02:50:25 +01:00
Table manage
===========
2021-06-14 08:10:11 +02:00
table of accounts that can manage each other
2015-12-28 02:50:25 +01:00
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ------------- | ------------------ | ---- | --- | ------- | -------------- |
| 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 02:50:25 +01:00
Return to [database documentation](help/database)