Created
May 18, 2020 10:18
-
-
Save volkanunsal/536dc93870f0dd5dba6d259646146fe1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Table name: tenants | |
# | |
# id :bigint(8) not null, primary key | |
# name :string | |
# category :string | |
# subcategories :text default([]), is an Array | |
# status :string not null | |
# url :string | |
# phone :string | |
# email :string | |
# notes :text | |
# misc :jsonb not null | |
# created_at :datetime not null | |
# updated_at :datetime not null | |
# company_id :integer | |
# the_geom :geometry({:srid= geometry, 4326 | |
# property_id :integer | |
# description :text | |
# num_employees :integer | |
# links :text is an Array | |
# unit_name :string | |
# visibility :string default("Public") | |
# the_geom_webmercator :geometry({:srid= geometry, 3857 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment