Sha256: 45dfd3ebdacd672d5a84bafbda8ca4992e17641350d22aff1009ed8615232a82
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
class AddLocationsOrganizations < ActiveRecord::Migration def self.up create_table :locations_organizations, :id => false do |t| t.integer :location_id t.integer :organization_id end end def self.down drop_table :locations_organizations end end
Version data entries
5 entries across 5 versions & 1 rubygems