root/vendor/plugins/file_column/test/fixtures/schema.rb @ 6

Revision 2, 260 bytes (checked in by falcon, 17 years ago)

added plugins

Line 
1ActiveRecord::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
10end
Note: See TracBrowser for help on using the browser.