Skip to content

Instantly share code, notes, and snippets.

@vaibhavgeek
Created September 1, 2016 17:21
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 vaibhavgeek/698aa48ab96e57f268b197a59075a2ae to your computer and use it in GitHub Desktop.
Save vaibhavgeek/698aa48ab96e57f268b197a59075a2ae to your computer and use it in GitHub Desktop.
Note_Widgets.rb
# == Schema Information
#
# Table name: notewidgets
#
# id :integer not null, primary key
# note_id :integer
# tag_one :string question_text || content
# tag_two :string option1
# tag_three :string option2
# tag_four :string option3
# tag_five :string option4
# tag_six :string answer
# tag_seven :string hint
# tag_eight :string solution
# tag_nine :string
# tag_ten :string
# type :string
# certified :boolean
# created_at :datetime not null
# updated_at :datetime not null
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment