Sha256: 4b377b2f6d2a6d7c60a440f5bca65dc18258c19e6893e8af229ebcfaa3aef67d
Contents?: true
Size: 225 Bytes
Versions: 2
Compression:
Stored size: 225 Bytes
Contents
class CreateAbcs < ActiveRecord::Migration def self.up create_table :abcs do |t| t.string :a t.integer :b t.string :c t.timestamps end end def self.down drop_table :abcs end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fidius-common-0.0.6 | test/test_yamldb/migrations/20110415111241_create_abcs.rb |
fidius-common-0.0.5 | test/test_yamldb/migrations/20110415111241_create_abcs.rb |