|
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 | | -# receive_email_on_requests :boolean default(FALSE), not null |
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 |
| 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), not null |
| 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 | +# receive_email_on_requests :boolean default(FALSE), not null |
| 25 | +# reminder_day :integer |
| 26 | +# repackage_essentials :boolean default(FALSE), not null |
| 27 | +# short_name :string |
| 28 | +# signature_for_distribution_pdf :boolean default(FALSE) |
| 29 | +# state :string |
| 30 | +# street :string |
| 31 | +# url :string |
| 32 | +# ytd_on_distribution_printout :boolean default(TRUE), not null |
| 33 | +# zipcode :string |
| 34 | +# created_at :datetime not null |
| 35 | +# updated_at :datetime not null |
| 36 | +# account_request_id :integer |
| 37 | +# ndbn_member_id :bigint |
37 | 38 | # |
38 | 39 |
|
39 | 40 | class Organization < ApplicationRecord |
|
0 commit comments