class CreateStandards < ActiveRecord::Migration[7.2] def change create_table :standards do |t| t.string :name_de t.string :name_en t.string :version t.string :url_de t.string :url_en t.timestamps end end end