From 74d3c667bf336dadde161afd4f77d68ac16e296f Mon Sep 17 00:00:00 2001 From: Kaimbacher Date: Thu, 13 Apr 2023 16:20:37 +0000 Subject: [PATCH] Update 'Database' --- Database.md | 2 ++ 1 file changed, 2 insertions(+) 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. +