Sha256: 299c72c60e7cb370a95023e3f048b2d599e1b4c178c10a4c9ca486dba829f5b4

Contents?: true

Size: 231 Bytes

Versions: 22

Compression:

Stored size: 231 Bytes

Contents

class CreateAuthors < ActiveRecord::Migration
  def self.up
    create_table :authors do |t|
      t.string :first_name
      t.string :last_name

      t.timestamps
    end
  end

  def self.down
    drop_table :authors
  end
end

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
netzke-workspace-0.10.2 spec/rails_app/db/migrate/20101026185816_create_authors.rb
netzke-workspace-0.10.1 spec/rails_app/db/migrate/20101026185816_create_authors.rb
netzke-workspace-0.10.0 spec/rails_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.8.4 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.8.3 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.8.2 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.8.1 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.8.0 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.7 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-zh-0.7.6 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.6 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.5 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.4 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.3 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.2 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.1 test/basepack_test_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.6.5 test/rails_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.7.0 test/rails_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.6.4 test/rails_app/db/migrate/20101026185816_create_authors.rb
netzke-basepack-0.6.3 test/rails_app/db/migrate/20101026185816_create_authors.rb