Project

General

Profile

Download (410 Bytes) Statistics
| Branch: | Tag: | Revision:
unless ActiveRecord::Base.connection.table_exists?(:test_facets)
ActiveRecord::Base.connection.create_table :test_facets do |t|
# :id is created automatically
t.integer :host_id
end
end
unless ActiveRecord::Base.connection.table_exists?(:module_test_facets)
ActiveRecord::Base.connection.create_table :module_test_facets do |t|
# :id is created automatically
t.integer :host_id
end
end
(3-3/8)