19 lines
370 B
YAML
19 lines
370 B
YAML
# == Schema Information
|
|
#
|
|
# Table name: extensions
|
|
#
|
|
# id :integer not null, primary key
|
|
# confirmed :boolean
|
|
# reason :text
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
#
|
|
extension_housewarming:
|
|
id: 2
|
|
reason: Housewarming
|
|
confirmed: false
|
|
|
|
extension_dinner:
|
|
id: 1
|
|
reason: Diner
|
|
confirmed: false
|