zeke (owner)

Revisions

gist: 168815 Download_button fork
public
Public Clone URL: git://gist.github.com/168815.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# 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