Sha256: a3aa04ee7724275f336077c67750c49e34a97a03211e8b1b72ead3d73fc17eb7
Contents?: true
Size: 170 Bytes
Versions: 1
Compression:
Stored size: 170 Bytes
Contents
class CreateCondominiumTypes < ActiveRecord::Migration def change create_table :condominium_types do |t| 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/20110603131109_create_condominium_types.rb |