Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Schema for Shortened URLs #6

Open
ShaunDecker opened this issue Oct 7, 2022 · 0 comments
Open

Database Schema for Shortened URLs #6

ShaunDecker opened this issue Oct 7, 2022 · 0 comments

Comments

@ShaunDecker
Copy link
Contributor

The schema required should be relatively straightforward given the requirements of the application.

Lets decide on an appropriate schema for use with each shortened URL.

Perhaps:

  • id: uuid
  • key: string
  • url: string
  • user_id: uuid
  • title: string
  • description: text
  • thumbnail: string
  • timestamps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant