friendica/doc/database/db_manage.md

12 lines
577 B
Markdown
Raw Normal View History

2015-12-28 01:50:25 +00:00
Table manage
===========
table of accounts that can manage each other
2015-12-28 01:50:25 +00:00
2021-06-14 05:58:51 +00: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 01:50:25 +00:00
Return to [database documentation](help/database)