Sha256: e0649e52c5a0528be21edeea72886be38140d993939346f1b2f5e6940a1be7bb
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
class CreateHeartImages < ActiveRecord::Migration def change create_table :heart_images do |t| t.integer :dashboard_id t.string :purpose t.text :dataurl, :limit => 4294967295 t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
heart-0.0.2 | db/migrate/20130902081206_create_heart_images.rb |
heart-0.0.1 | db/migrate/20130902081206_create_heart_images.rb |
heart-0.0.1.pre | db/migrate/20130902081206_create_heart_images.rb |