- Timestamp:
- 11/08/07 17:46:16 (5 years ago)
- Files:
-
- 1 modified
-
hw/hw4/library/db/migrate/002_create_books.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hw/hw4/library/db/migrate/002_create_books.rb
r71 r93 2 2 def self.up 3 3 create_table :books do |t| 4 :t.column :isbn, :integer5 :t.column :title, :string6 :t.column :author, :string4 t.column :isbn, :integer 5 t.column :title, :string 6 t.column :author, :string 7 7 end 8 8 end
