Sha256: 48b02a22c548e5ce4c4dc582fcff16073d35d07364a45bc4915a29b91f814047
Contents?: true
Size: 169 Bytes
Versions: 2
Compression:
Stored size: 169 Bytes
Contents
class CreatePosableThree < ActiveRecord::Migration def change create_table :posable_threes do |t| t.string :text_1 t.string :text_2 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pose-3.2.0 | spec/support/migrations/20130308054143_create_posable_three.rb |
pose-3.1.1 | spec/support/migrations/20130308054143_create_posable_three.rb |