Skip to content

Instantly share code, notes, and snippets.

@collegeman
Created January 14, 2018 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collegeman/2d31cc7eda487b5df9a52f0c446a0b68 to your computer and use it in GitHub Desktop.
Save collegeman/2d31cc7eda487b5df9a52f0c446a0b68 to your computer and use it in GitHub Desktop.

Database Schema

Keep this simple document up-to-date with any schema changes.

users

model: User
  • id: bigincrements
  • name: string
  • email: string (unique)
  • password: string
  • rememberToken
  • timestamps
  • softDeletes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment