Loading...
Public APIs
Private APIs
Based on the entities in our system we can have 2 different tables.
user_id/uuid (primary-key)
password
username
created_at
user_id/uuid (foreign-key)
url_id (primary-key)
given_url
tiny_url
created_at
Same as above...