# Table name: artists
#
# id :integer(4) not null, primary key
# collector_id :integer(4)
# respondent_id :integer(4)
# activism :text
# affiliations_in_williamsburg :text
# age :string(255)
# annual_income :string(255)
# art_related_roles :string(255)
# art_teacher :boolean(1)
# children :boolean(1)
# email :string(255)
# end_date :string(255)
# ethnicity :string(255)
# full_time_artist :boolean(1)
# gender :string(255)
# has_affiliations_in_williamsburg :boolean(1)
# ip_address :string(255)
# marital_status :string(255)
# name :string(255)
# num_children_and_ages :string(255)
# other_organizations_to_contact :text
# part_time_artist_occupation :text
# phone :string(255)
# registered_to_vote :boolean(1)
# share_contact_info :boolean(1)
# start_date :string(255)
# website :string(255)
# created_at :datetime
# updated_at :datetime
# Table name: organizations
#
# id :integer(4) not null, primary key
# collector_id :integer(4)
# respondent_id :integer(4)
# activism :text
# annual_budget :string(255)
# email :string(255)
# end_date :string(255)
# ip_address :string(255)
# locale_focus :string(255)
# name :string(255)
# num_employees :integer(4)
# other_organizations_to_contact :text
# phone :string(255)
# population_focus :string(255)
# respondent_name :string(255)
# start_date :string(255)
# website :string(255)
# created_at :datetime
# updated_at :datetime
# id :integer(4) not null, primary key
# locatable_id :integer(4)
# respondent_id :integer(4)
# address :string(255)
# building_type :string(255)
# building_zoned_for :string(255)
# city :string(255)
# clientele_in_hood :boolean(1) default(TRUE)
# clientele_location_if_not_in_hood :string(255)
# current_location :string(255)
# helpers_around_the_hood :text
# lat :string(255)
# lease_renewal :string(255)
# lng :string(255)
# locatable_type :string(255)
# num_occupants :string(255)
# org_in_hood :boolean(1) default(TRUE)
# other_neighborhood_issues :text
# purchase_date :string(255)
# rent_amount_10_years_ago :string(255)
# rent_amount_3_years_ago :string(255)
# rent_amount_5_years_ago :string(255)
# rent_amount_now :string(255)
# rent_or_own :string(255)
# rent_type :string(255)
# respondent_in_hood :boolean(1) default(TRUE)
# respondent_in_hood_since :string(255)
# respondent_location_if_not_in_hood :string(255)
# shared_space :boolean(1)
# show_on_map :boolean(1) default(TRUE)
# space_is_adequate :string(255)
# staff_in_hood :boolean(1) default(TRUE)
# staff_location_if_not_in_hood :string(255)
# state :string(255)
# staying_in_hood :text
# years_in_hood_and_location_of_previous_hood :string(255)
# zip :string(255)
# created_at :datetime
# last_geocode_attempted_at :datetime
# updated_at :datetime