Sha256: 39bc5e275b6ffa2f32bba6d789a36d1a0e26f0e50552985ace3aad80786d6bff

Contents?: true

Size: 130 Bytes

Versions: 8

Compression:

Stored size: 130 Bytes

Contents

class CreateDrawings < ActiveRecord::Migration
  def change
    create_table :drawings do |t|
      t.text :svg
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
method_draw-0.0.1 spec/dummy/db/migrate/0_create_drawings.rb
sketchily-4.0.1 spec/dummy/db/migrate/0_create_drawings.rb
sketchily-4.0.0 spec/dummy/db/migrate/0_create_drawings.rb
sketchily-1.5.0 spec/dummy/db/migrate/20130211122120_create_drawings.rb
sketchily-1.4.1 spec/dummy/db/migrate/20130211122120_create_drawings.rb
sketchily-1.4.0 spec/dummy/db/migrate/20130211122120_create_drawings.rb
sketchily-1.3.0 spec/dummy/db/migrate/20130211122120_create_drawings.rb
sketchily-1.2.0 spec/dummy/db/migrate/20130211122120_create_drawings.rb