Skip to content

Instantly share code, notes, and snippets.

@Shadow6363
Created January 27, 2012 18:12
Show Gist options
  • Save Shadow6363/1690102 to your computer and use it in GitHub Desktop.
Save Shadow6363/1690102 to your computer and use it in GitHub Desktop.
id | name
_____________________________
1 | Test Survey
2 | Temp Survey
id | survey_id | text | type
__________________________________________________________________
1 | 1 | First Name | CharField
2 | 1 | Last Name | CharField
id | survey_id | question_id | response
__________________________________________________________________
1 | 1 | 1 | Christopher
2 | 1 | 2 | Cope
3 | 1 | 1 | Charlie
4 | 1 | 2 | Crandall
5 | 1 | 1 | Derpy
6 | 1 | 2 | Hooves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment