Sha256: 863f4e109a619e826aaab521c39d48bddd43ec8fc88c9cf5b02e3be98f5a1317

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

class CreateParts < ActiveRecord::Migration
  def change
    create_table :parts do |t|
      t.string :name
      t.string :elements, array: true
      t.string :css_id
      t.string :css_style
      t.timestamps null: false
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_detail-0.0.1 db/migrate_backup/20151214033632_create_parts.rb