Skip to content

Database models

DriveFile

javascript
{
  // Primary Key
  "company_id": uuid;
  "tag_id": string;

  "name": string;
  "colour": string;
}