Update 'Database'
parent
74d3c667bf
commit
d6783cfd19
|
@ -30,5 +30,6 @@ role_has_permissions: This table stores the relationship between roles and permi
|
||||||
|
|
||||||
link_account_roles: This table stores the relationship between users (Accounts) and roles. Each row in this table represents a user that has been assigned a specific role.
|
link_account_roles: This table stores the relationship between users (Accounts) and roles. Each row in this table represents a user that has been assigned a specific role.
|
||||||
|
|
||||||
documents: This table stores information about the datasets that are managed by the system. Each dataset is assigned a unique identifier (publish_id) and the table includes fields for the title, author, embargo date, publication date, creation date update date and other metadata associated with the resource.
|
documents: This table stores information about the datasets that are managed by the system. Each dataset is assigned a unique identifier (publish_id) and the table includes fields for the embargo date, publication date, creation date update date and other metadata associated with the resource. Information to titles, authors, contributors, files and file checksums are stored in extra related tables (see next chapter [related tables](#dataset-related-tables)).
|
||||||
|
|
||||||
|
## Dataset related tables :
|
||||||
|
|
Loading…
Reference in New Issue
Block a user