1 ActiveRecord::Schema.define do
3 create_table :blogs, :force => true do |t|
7 create_table :posts, :force => true do |t|
11 create_table :post_translations, :force => true do |t|
18 create_table :parents, :force => true do |t|
21 create_table :parent_translations, :force => true do |t|
28 create_table :comments, :force => true do |t|
32 create_table :translated_comment_translations, :force => true do |t|