20 lines
471 B
YAML
20 lines
471 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: answers
|
|
#
|
|
# id :integer not null, primary key
|
|
# data :text
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
# question_id :integer not null
|
|
#
|
|
# Indexes
|
|
#
|
|
# index_answers_on_question_id (question_id)
|
|
#
|
|
# Foreign Keys
|
|
#
|
|
# question_id (question_id => questions.id)
|
|
#
|