X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_verb.md;h=43507053b2546232fcec0099cb96d218c1dcac47;hb=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;hp=4aa171f3015a704cd3df77c40891c6510d882b45;hpb=a827f948c867ceebf60d82b0740032512be23302;p=friendica.git diff --git a/doc/database/db_verb.md b/doc/database/db_verb.md index 4aa171f301..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 | NO | PRI | NULL | auto_increment | -| name | | varchar(100) | NO | | | | +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)