-
Notifications
You must be signed in to change notification settings - Fork 0
restructure database #13
Copy link
Copy link
Open
Description
tables we need
--- TABLE users ---
user_id INT PRIMARY KEY
user_name VARCHAR(255)
user_pass VARCHAR(255)
user_fname VARCHAR(255)
user_lname VARCHAR(255)
user_email VARCHAR(255)
--- TABLE templates ---
template_id INT PRIMARY KEY
template_name VARCHAR(255)
author_id VARCHAR(255) REFERENCES users
template_html text
template_css text
template_js text
Probably more stuff but this is all i can think of right now
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels