friendica/doc/database/db_userd.md

11 lines
446 B
Markdown
Raw Normal View History

2015-12-28 02:50:25 +01:00
Table userd
===========
Deleted usernames
2015-12-28 02:50:25 +01:00
2021-06-14 07:58:51 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| -------- | ------------- | ------------ | ---- | --- | ------- | -------------- |
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
| username | | varchar(255) | NO | | NULL | |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)