Run annotate_models
This commit is contained in:
parent
55e853d31d
commit
d7e24f6521
124 changed files with 2192 additions and 19 deletions
|
|
@ -1,6 +1,27 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# Read about factories at https://github.com/thoughtbot/factory_bot
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: programs
|
||||
#
|
||||
# id :bigint not null, primary key
|
||||
# blind_voting :boolean default(FALSE)
|
||||
# languages :string
|
||||
# rating :integer default(0)
|
||||
# schedule_fluid :boolean default(FALSE)
|
||||
# schedule_interval :integer default(15), not null
|
||||
# schedule_public :boolean default(FALSE)
|
||||
# voting_end_date :datetime
|
||||
# voting_start_date :datetime
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# conference_id :integer
|
||||
# selected_schedule_id :integer
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_programs_on_selected_schedule_id (selected_schedule_id)
|
||||
#
|
||||
|
||||
FactoryBot.define do
|
||||
factory :program do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue