Sha256: ff589f55f8e25f2cf27af120a89838b34dcbbf9c736b406d14bb0981a4b099b9

Contents?: true

Size: 175 Bytes

Versions: 3

Compression:

Stored size: 175 Bytes

Contents

class CreateProjects < ActiveRecord::Migration
  def change
    create_table :projects do |t|
      t.string :name
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
select2_helper-0.2.1 test/dummy/db/migrate/20140527180322_create_projects.rb
select2_helper-0.2.0 test/dummy/db/migrate/20140527180322_create_projects.rb
select2_helper-0.1.4 test/dummy/db/migrate/20140527180322_create_projects.rb