[Ruby on Rails] [Google Maps] [SAP] [JAVA] [.Net] [Delphi]
create_table :countries ,:primary_key => :code do |t| t.string :code, :limit => 2, :null => false t.string :iso_a3, :limit => 3, :null => false t.string :name, :null => false t.timestamps end