20120307143552_create_ontologies.rb revision 22e260fcd85642794d99c2ffaa333f2ef6ed7828
create_table :ontologies do |t|
t.timestamps :null => false
end
change_table :ontologies do |t|
end
end
end