Skip to content

RevoU-FSSE-2/Week-21-enkod-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Assignment Database Design

User

  • id (primary key)
  • username (string, 20)
  • password (string - hashed, bcrypt)
  • bio (string, 150)

Tweet

  • id (primary key)
  • user_id (FK user.id)
  • tweet
  • published_at (datetime, default=utcnow)

Following (association table)

  • id (primary key)
  • user_id (FK user.id)
  • following_user_id (FK user.id)

About

Week-21-enkod-id created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published