Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Documentation
Commits
8f56f47b
Commit
8f56f47b
authored
2 years ago
by
Yoann Schneider
Committed by
Bastien Abadie
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Unify models fields display
parent
74de11a2
No related branches found
Branches containing commit
No related tags found
1 merge request
!86
Unify models fields display
Pipeline
#13878
passed
2 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/project/export/index.md
+5
-5
5 additions, 5 deletions
content/project/export/index.md
with
5 additions
and
5 deletions
content/project/export/index.md
+
5
−
5
View file @
8f56f47b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment