root/vendor/plugins/file_column/test/fixtures/schema.rb
@
6
Revision 2, 260 bytes (checked in by falcon, 17 years ago) |
---|
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the browser.