Sha256: 26e7f3e93b823d500f42269398f203cb7e83b6868c1256bd1cee9f0f1e19afaa
Contents?: true
Size: 176 Bytes
Versions: 1
Compression:
Stored size: 176 Bytes
Contents
class CreateDistricts < ActiveRecord::Migration def change create_table :districts do |t| t.string :code t.string :name t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | db/migrate/20110601201806_create_districts.rb |