X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_register.md;h=8ace3c199bb883cd0d6c72c5cb5d3bb40f12c812;hb=5f1b75d22f77c528c160b789e30712129a3c21bf;hp=fac22811d4b65e30e78c36b63fd3969d2cdb4e18;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_register.md b/doc/database/db_register.md index fac22811d4..8ace3c199b 100644 --- a/doc/database/db_register.md +++ b/doc/database/db_register.md @@ -3,6 +3,9 @@ Table register registrations requiring admin approval +Fields +------ + | Field | Description | Type | Null | Key | Default | Extra | | -------- | ------------- | ------------------ | ---- | --- | ------------------- | -------------- | | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment | @@ -13,4 +16,19 @@ registrations requiring admin approval | language | | varchar(16) | NO | | | | | note | | text | YES | | NULL | | +Indexes +------------ + +| Name | Fields | +| ------- | ------ | +| PRIMARY | id | +| uid | uid | + +Foreign Keys +------------ + +| Field | Target Table | Target Field | +|-------|--------------|--------------| +| uid | [user](help/database/db_user) | uid | + Return to [database documentation](help/database)