Find implementation of ancestry or other gems that alter the db.
select column_name, table_name FROM information_schema.columns WHERE column_name like 'parent_id'
Find implementation of ancestry or other gems that alter the db.
select column_name, table_name FROM information_schema.columns WHERE column_name like 'parent_id'