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 => 4) do
7 create_table "shows", :force => true do |t|
9 t.string "title", :null => false
10 t.datetime "created_at"
11 t.datetime "updated_at"
14 create_table "songs", :force => true do |t|
16 t.string "title", :null => false
19 t.datetime "created_at"
20 t.datetime "updated_at"
23 create_table "sync_logs", :force => true do |t|
24 t.datetime "sync_time"
25 t.string "sync_direction"
27 t.boolean "status", :default => false, :null => false
30 create_table "usages", :force => true do |t|
34 t.datetime "created_at"
35 t.datetime "updated_at"
38 create_table "users", :force => true do |t|
41 t.string "crypted_password", :limit => 40
42 t.string "salt", :limit => 40
43 t.datetime "created_at"
44 t.datetime "updated_at"
45 t.string "remember_token"
46 t.datetime "remember_token_expires_at"
47 t.string "activation_code", :limit => 40
48 t.datetime "activated_at"