20120307143552_create_ontologies.rb revision ad3d301b618bf0cac4778b967854c50f486b282b
create_table :ontologies do |t|
t.timestamps :null => false
end
change_table :ontologies do |t|
t.index :type
end
end
end