Skip to content

Instantly share code, notes, and snippets.

@addisonhuddy
Created February 23, 2013 19:42
Show Gist options
  • Save addisonhuddy/5021043 to your computer and use it in GitHub Desktop.
Save addisonhuddy/5021043 to your computer and use it in GitHub Desktop.
My blog app models

Here is a list of all the models their objects for my blog applications

Author
  author_id
  name
  email
  password
  biography
  twitter
  linkedin
  website
  projects
  goodreads accounts
  resume
Post
  author_id
  post_id
  image
  body
  date
Comment
  post_id
  name
  email
  website
  twitter
  comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment