Skip to content

Instantly share code, notes, and snippets.

@barce
Created February 19, 2010 04:44
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 barce/308436 to your computer and use it in GitHub Desktop.
Save barce/308436 to your computer and use it in GitHub Desktop.
# Schema version: 20100219041630
#
# Table name: listings
#
# id :integer not null, primary key
# name :string(255)
# fulldescription :text
# batch_id :integer
# latitude :float
# longitude :float
# membersince :datetime
# POI_Info :string(255)
# phone1 :string(255)
# phone2 :string(255)
# shortdescription :text
# url :string(255)
# physicaladdress :text
# created_at :datetime
# updated_at :datetime
# city :string(255)
# country :string(255)
# zip :string(255)
# state :string(255)
# address :text
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment