class CreateHry < ActiveRecord::Migration
  def change
    create_table :hry do |t|
      t.text :nazev
      t.string :kod

      t.timestamps null: false
    end
  end
end
