adds Geozones 🗺
This commit is contained in:
11
db/migrate/20160105121132_create_geozones.rb
Normal file
11
db/migrate/20160105121132_create_geozones.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateGeozones < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :geozones do |t|
|
||||
t.string :name
|
||||
t.string :html_map_coordinates
|
||||
t.string :external_code
|
||||
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user