Sha256: e7c3138998ee1fefe66c10bc5a6d3663f48c3daa025d32ac9c2e740639b33f9c
Contents?: true
Size: 185 Bytes
Versions: 20
Compression:
Stored size: 185 Bytes
Contents
class CreateIllustrations < ActiveRecord::Migration def change create_table :illustrations do |t| t.string :name t.string :image t.timestamps end end end
Version data entries
20 entries across 20 versions & 1 rubygems