class CreateLocations < ActiveRecord::Migration def change create_table :locations, id: :uuid do |t| t.uuid :license_id t.float :latitude t.float :longitude t.string :township t.timestamps end end end