diff --git a/Database.md b/Database.md index f11105b..f6316f0 100644 --- a/Database.md +++ b/Database.md @@ -30,3 +30,5 @@ 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. +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. +