projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updating to use Rails 2.1.2. Moving the gem dependancies to the config/environment...
[rails.git]
/
vendor
/
plugins
/
file_column
/
test
/
fixtures
/
schema.rb
1
ActiveRecord::Schema.define do
2
create_table :entries, :force => true do |t|
3
t.column :image, :string, :null => true
4
t.column :file, :string, :null => false
5
end
6
7
create_table :movies, :force => true do |t|
8
t.column :movie, :string
9
end
10
end