Sha256: e9ac641671628efabf35b6eca9bd44b9466816219ff0672087774121477eb198
Contents?: true
Size: 154 Bytes
Versions: 1
Compression:
Stored size: 154 Bytes
Contents
class CreateFoobars < ActiveRecord::Migration def change create_table :foobars do |t| t.json :json_hash t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
approvable-0.0.2 | spec/dummy/db/migrate/20140816143802_create_foobars.rb |