friendica/doc/database/db_tag.md

26 lines
727 B
Markdown
Raw Normal View History

Table tag
===========
2021-06-14 08:10:11 +02:00
tags and mentions
2021-06-14 10:53:37 +02:00
Fields
------
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | -------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| name | | varchar(96) | NO | | | |
| url | | varbinary(255) | NO | | | |
2021-06-14 10:53:37 +02:00
Indexes
------------
2021-06-14 14:15:10 +02:00
| Name | Fields |
| ------------- | ----------------- |
| PRIMARY | id |
2021-06-14 10:53:37 +02:00
| type_name_url | UNIQUE, name, url |
2021-06-14 14:15:10 +02:00
| url | url |
2021-06-14 10:53:37 +02:00
Return to [database documentation](help/database)