Sha256: 2c9823af86fc270534e40838f902b44e183f112d0f40c8a256cd93af5cd12fb1
Contents?: true
Size: 161 Bytes
Versions: 9
Compression:
Stored size: 161 Bytes
Contents
class CreateFoos < ActiveRecord::Migration def change create_table :foos do |t| t.references :bar, index: true t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems