0% found this document useful (0 votes)
5 views2 pages

PDF ToolKit

The document outlines the database schema for a system with users, subscriptions, files, and jobs. It specifies the attributes for each entity, including data types and relationships. Key entities include users with attributes like username and email, subscriptions with plan details, and files associated with jobs.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

PDF ToolKit

The document outlines the database schema for a system with users, subscriptions, files, and jobs. It specifies the attributes for each entity, including data types and relationships. Key entities include users with attributes like username and email, subscriptions with plan details, and files associated with jobs.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

users subscriptions

1 1
id integer id integer
*
username varchar user_id integer

password varchar plan_type varchar

email varchar start_date date

role varchar end_date date

created_at timestamp is_active boolean

files
0..1
id integer
* jobs
user_id integer
id integer
original_name varchar
*
user_id integer
file_path text
type varchar
file_type varchar
status varchar
size integer
input_file_ids text
created_at timestamp
*
output_file_id integer

options text

created_at timestamp
users subscriptions
1 1
id integer id integer
*
username varchar user_id integer

password varchar plan_type varchar

email varchar start_date date

role varchar end_date date

created_at timestamp is_active boolean

files
0..1
id integer
* jobs
user_id integer
id integer
original_name varchar
*
user_id integer
file_path text
type varchar
file_type varchar
status varchar
size integer
input_file_ids text
created_at timestamp
*
output_file_id integer

options text

created_at timestamp

You might also like