X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_userd.md;h=17a81b408a8f18a898cbc232fb0c81fddf976d92;hb=4fb8a4c6a8bda9cbac06da2e456a6412bde9e313;hp=80e3084757c0b8f01b3c9f8ad2b2c8f3ba81b60f;hpb=12f8b0630db68ace56ecc4e4134de870667bc072;p=friendica.git diff --git a/doc/database/db_userd.md b/doc/database/db_userd.md index 80e3084757..17a81b408a 100644 --- a/doc/database/db_userd.md +++ b/doc/database/db_userd.md @@ -1,9 +1,23 @@ Table userd =========== -| Field | Description | Type | Null | Key | Default | Extra | -|----------|------------------|--------------|------|-----|---------|----------------| -| id | sequential ID | int(11) | NO | PRI | NULL | auto_increment | -| username | | varchar(255) | NO | MUL | NULL | | +Deleted usernames + +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| -------- | ------------- | ------------ | ---- | --- | ------- | -------------- | +| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment | +| username | | varchar(255) | NO | | NULL | | + +Indexes +------------ + +| Name | Fields | +| -------- | ------------ | +| PRIMARY | id | +| username | username(32) | + Return to [database documentation](help/database)