Sha256: 606107cbae19d52182ed1d773eabd032d3f58008165f82e5a0c8d761abd32312
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
class CreateBooks < ActiveRecord::Migration def change create_table :books do |t| t.belongs_to :author t.text :title t.timestamps end add_index :books, :author_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_form_builder-0.0.1 | test/dummy/db/migrate/20120104000544_create_books.rb |