Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / activerecord / test / schema / schema2.rb
diff --git a/vendor/rails/activerecord/test/schema/schema2.rb b/vendor/rails/activerecord/test/schema/schema2.rb
new file mode 100644 (file)
index 0000000..8527f7b
--- /dev/null
@@ -0,0 +1,6 @@
+ActiveRecord::Schema.define do
+
+  Course.connection.create_table :courses, :force => true do |t|
+    t.column :name, :string, :null => false
+  end
+end