Skip to content
Snippets Groups Projects
Commit 8f56f47b authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Bastien Abadie
Browse files

Unify models fields display

parent 74de11a2
No related branches found
No related tags found
1 merge request!86Unify models fields display
Pipeline #13878 passed
...@@ -106,11 +106,11 @@ Name | Type | Description ...@@ -106,11 +106,11 @@ Name | Type | Description
---- | ---- | ----------- ---- | ---- | -----------
id | `VARCHAR(37)` | UUID of the metadata. id | `VARCHAR(37)` | UUID of the metadata.
element_id | `VARCHAR(37)` | UUID of the element this metadata belongs to. element_id | `VARCHAR(37)` | UUID of the element this metadata belongs to.
`name` | `VARCHAR(250)` | Name of the metadata. name | `VARCHAR(250)` | Name of the metadata.
`type` | `VARCHAR(50)` | Type of the metadata: `text`, `date`, `reference`, etc. type | `VARCHAR(50)` | Type of the metadata: `text`, `date`, `reference`, etc.
`value` | `TEXT` | Value of the metadata. value | `TEXT` | Value of the metadata.
`entity_id` | `VARCHAR(37)` | UUID of an entity linked to this metadata. Nullable. entity_id | `VARCHAR(37)` | UUID of an entity linked to this metadata. Nullable.
`worker_version_id` | `VARCHAR(37)` | UUID of a worker version that created this entity. Nullable. worker_version_id | `VARCHAR(37)` | UUID of a worker version that created this entity. Nullable.
### transcription ### transcription
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment