Sha256: d5245372d0294a4b613fdfbcaec8d34039fe37dd9cde409bab8b7844450084c6

Contents?: true

Size: 202 Bytes

Versions: 14

Compression:

Stored size: 202 Bytes

Contents

class CreatePages < ActiveRecord::Migration
  def change
    create_table :pages do |t|
      t.string :content
      t.integer :number
      t.references :chapter

      t.timestamps
    end
  end
end

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
data_active-0.0.7 test_apps/book_store_rails_32x/db/migrate/20120422043553_create_pages.rb
data_active-0.0.7 test_apps/book_store_rails_31x/db/migrate/20120422054033_create_pages.rb
data_active-0.0.6 test_apps/book_store_rails_32x/db/migrate/20120422043553_create_pages.rb
data_active-0.0.6 test_apps/book_store_rails_31x/db/migrate/20120422054033_create_pages.rb
data_active-0.0.5 test_apps/book_store_rails_31x/db/migrate/20120422054033_create_pages.rb
data_active-0.0.5 test_apps/book_store_rails_32x/db/migrate/20120422043553_create_pages.rb
data_active-0.0.4 test_apps/book_store_rails_32x/db/migrate/20120422043553_create_pages.rb
data_active-0.0.4 test_apps/book_store_rails_31x/db/migrate/20120422054033_create_pages.rb
data_active-0.0.3 test_apps/book_store_rails_32x/db/migrate/20120422043553_create_pages.rb
data_active-0.0.3 test_apps/book_store_rails_31x/db/migrate/20120422054033_create_pages.rb
data_active-0.0.2 test_apps/book_store_rails_32x/db/migrate/20120422043553_create_pages.rb
data_active-0.0.2 test_apps/book_store_rails_31x/db/migrate/20120422054033_create_pages.rb
data_active-0.0.1 test_apps/book_store_rails_31x/db/migrate/20120422054033_create_pages.rb
data_active-0.0.1 test_apps/book_store_rails_32x/db/migrate/20120422043553_create_pages.rb