Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vospace-file-catalog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
VOSpace INAF
vospace-file-catalog
Commits
e2f766db
Commit
e2f766db
authored
3 years ago
by
Sonia Zorba
Browse files
Options
Downloads
Patches
Plain Diff
Moved comments before column definitions for uniformity
parent
cb29c923
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
00-tables.sql
+7
-7
7 additions, 7 deletions
00-tables.sql
with
7 additions
and
7 deletions
00-tables.sql
+
7
−
7
View file @
e2f766db
...
...
@@ -42,19 +42,19 @@ CREATE TABLE node (
tstamp_wrapper_dir
VARCHAR
default
NULL
,
type
NodeType
NOT
NULL
,
location_id
SMALLINT
default
NULL
,
format
VARCHAR
default
NULL
,
-- format is used to distinguish between unstuctured (format=NULL) and structured nodes having a well defined format
async_trans
BOOLEAN
default
false
,
format
VARCHAR
default
NULL
,
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
async_trans
BOOLEAN
default
false
,
sticky
BOOLEAN
default
false
,
-- id of the blocking job running on the node (used to compute busy state)
job_id
VARCHAR
default
NULL
,
-- job_id will likely replace 'busy_state'
creator_id
VARCHAR
default
NULL
,
group_read
VARCHAR
[]
default
NULL
,
group_write
VARCHAR
[]
default
NULL
,
is_public
BOOLEAN
default
NULL
,
quota
BIGINT
default
NULL
,
-- total container quota (in bytes)
quota
BIGINT
default
NULL
,
content_type
VARCHAR
default
NULL
,
content_encoding
VARCHAR
default
NULL
,
content_length
BIGINT
default
NULL
,
...
...
@@ -80,18 +80,18 @@ CREATE TABLE deleted_node (
tstamp_wrapper_dir
VARCHAR
default
NULL
,
type
NodeType
NOT
NULL
,
location_id
SMALLINT
default
NULL
,
format
VARCHAR
default
NULL
,
-- format is used to distinguish between unstuctured (format=NULL) and structured nodes having a well defined format
async_trans
BOOLEAN
default
NULL
,
format
VARCHAR
default
NULL
,
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
async_trans
BOOLEAN
default
NULL
,
sticky
BOOLEAN
default
false
,
job_id
VARCHAR
default
NULL
,
creator_id
VARCHAR
default
NULL
,
group_read
VARCHAR
[]
default
NULL
,
group_write
VARCHAR
[]
default
NULL
,
is_public
BOOLEAN
default
NULL
,
quota
BIGINT
default
NULL
,
-- total container quota (in bytes)
quota
BIGINT
default
NULL
,
content_type
VARCHAR
default
NULL
,
content_encoding
VARCHAR
default
NULL
,
content_length
BIGINT
default
NULL
,
...
...
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