|
2 | 2 | #
|
3 | 3 | # Table name: organizations
|
4 | 4 | #
|
5 |
| -# id :integer not null, primary key |
6 |
| -# city :string |
7 |
| -# deadline_day :integer |
8 |
| -# default_storage_location :integer |
9 |
| -# distribute_monthly :boolean default(FALSE), not null |
10 |
| -# email :string |
11 |
| -# enable_child_based_requests :boolean default(TRUE), not null |
12 |
| -# enable_individual_requests :boolean default(TRUE), not null |
13 |
| -# enable_quantity_based_requests :boolean default(TRUE), not null |
14 |
| -# hide_package_column_on_receipt :boolean default(FALSE) |
15 |
| -# hide_value_columns_on_receipt :boolean default(FALSE) |
16 |
| -# intake_location :integer |
17 |
| -# invitation_text :text |
18 |
| -# latitude :float |
19 |
| -# longitude :float |
20 |
| -# name :string |
21 |
| -# one_step_partner_invite :boolean default(FALSE), not null |
22 |
| -# partner_form_fields :text default([]), is an Array |
23 |
| -# reminder_day :integer |
24 |
| -# repackage_essentials :boolean default(FALSE), not null |
25 |
| -# short_name :string |
26 |
| -# signature_for_distribution_pdf :boolean default(FALSE) |
27 |
| -# state :string |
28 |
| -# street :string |
29 |
| -# url :string |
30 |
| -# ytd_on_distribution_printout :boolean default(TRUE), not null |
31 |
| -# zipcode :string |
32 |
| -# created_at :datetime not null |
33 |
| -# updated_at :datetime not null |
34 |
| -# account_request_id :integer |
35 |
| -# ndbn_member_id :bigint |
| 5 | +# id :integer not null, primary key |
| 6 | +# city :string |
| 7 | +# deadline_day :integer |
| 8 | +# default_storage_location :integer |
| 9 | +# distribute_monthly :boolean default(FALSE), not null |
| 10 | +# email :string |
| 11 | +# enable_child_based_requests :boolean default(TRUE), not null |
| 12 | +# enable_individual_requests :boolean default(TRUE), not null |
| 13 | +# enable_quantity_based_requests :boolean default(TRUE), not null |
| 14 | +# hide_package_column_on_receipt :boolean default(FALSE) |
| 15 | +# hide_value_columns_on_receipt :boolean default(FALSE) |
| 16 | +# include_in_kind_values_in_exported_files :boolean default(FALSE) |
| 17 | +# intake_location :integer |
| 18 | +# invitation_text :text |
| 19 | +# latitude :float |
| 20 | +# longitude :float |
| 21 | +# name :string |
| 22 | +# one_step_partner_invite :boolean default(FALSE), not null |
| 23 | +# partner_form_fields :text default([]), is an Array |
| 24 | +# reminder_day :integer |
| 25 | +# repackage_essentials :boolean default(FALSE), not null |
| 26 | +# short_name :string |
| 27 | +# signature_for_distribution_pdf :boolean default(FALSE) |
| 28 | +# state :string |
| 29 | +# street :string |
| 30 | +# url :string |
| 31 | +# ytd_on_distribution_printout :boolean default(TRUE), not null |
| 32 | +# zipcode :string |
| 33 | +# created_at :datetime not null |
| 34 | +# updated_at :datetime not null |
| 35 | +# account_request_id :integer |
| 36 | +# ndbn_member_id :bigint |
36 | 37 | #
|
37 | 38 |
|
38 | 39 | class Organization < ApplicationRecord
|
|
0 commit comments