1 # This file is autogenerated. Instead of editing this file, please use the
2 # migrations feature of ActiveRecord to incrementally modify your database, and
3 # then regenerate this schema definition.
5 ActiveRecord::Schema.define(:version => 3) do
7 create_table "coitems", :force => true do |t|
8 t.column "customer_id", :integer
9 t.column "rentable_id", :integer
10 t.column "out_date", :date, :default => '2007-11-21'
11 t.column "due_date", :date
14 create_table "customers", :force => true do |t|
15 t.column "name", :string
16 t.column "address", :string
17 t.column "email", :string
18 t.column "phone", :string
19 t.column "debt", :decimal, :precision => 8, :scale => 2, :default => 0.0
22 create_table "rentables", :force => true do |t|
23 t.column "title", :string
24 t.column "genre", :string