X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdatabase%2Fdb_openwebauth-token.md;h=c330623d92319eaae3209123d8dd7716d315ee82;hb=21f3a56c424a85fbfea023e577e24420d960cdb3;hp=1c3060f0f4cb5ceb9fc8f14171f0442104e2c192;hpb=2cd0c1d30d237806e9c3853aa0645f786e31855c;p=friendica.git diff --git a/doc/database/db_openwebauth-token.md b/doc/database/db_openwebauth-token.md index 1c3060f0f4..c330623d92 100644 --- a/doc/database/db_openwebauth-token.md +++ b/doc/database/db_openwebauth-token.md @@ -3,6 +3,9 @@ Table openwebauth-token Store OpenWebAuth token to verify contacts +Fields +------ + | Field | Description | Type | Null | Key | Default | Extra | | ------- | -------------------------- | ------------------ | ---- | --- | ------------------- | -------------- | | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment | @@ -12,4 +15,19 @@ Store OpenWebAuth token to verify contacts | meta | | varchar(255) | NO | | | | | created | datetime of creation | datetime | NO | | 0001-01-01 00:00:00 | | +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)