Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@volkanunsal
Created May 18, 2020 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volkanunsal/536dc93870f0dd5dba6d259646146fe1 to your computer and use it in GitHub Desktop.
Save volkanunsal/536dc93870f0dd5dba6d259646146fe1 to your computer and use it in GitHub Desktop.
# 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