X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_verb.md;h=43507053b2546232fcec0099cb96d218c1dcac47;hb=a99ad74a3b08893c6a945d4d8e277877355c0919;hp=73871a07caf7773673e7522e78135bdaa16dc67b;hpb=31db9dbef7f6a4f98a6c29d15493bcffb0c39929;p=friendica.git diff --git a/doc/database/db_verb.md b/doc/database/db_verb.md index 73871a07ca..43507053b2 100644 --- a/doc/database/db_verb.md +++ b/doc/database/db_verb.md @@ -1,10 +1,23 @@ Table verb =========== + Activity Verbs -| Field | Description | Type | Null | Key | Default | Extra | -| ----- | ----------- | ---- | ---- | --- | ------- | ----- | -| id | | smallint unsigned | YES | PRI | NULL | auto_increment | -| name | | varchar(100) | YES | | | | +Fields +------ + +| Field | Description | Type | Null | Key | Default | Extra | +| ----- | ----------- | ----------------- | ---- | --- | ------- | -------------- | +| id | | smallint unsigned | NO | PRI | NULL | auto_increment | +| name | | varchar(100) | NO | | | | + +Indexes +------------ + +| Name | Fields | +| ------- | ------ | +| PRIMARY | id | +| name | name | + Return to [database documentation](help/database)