Sha256: c136a3d2b07520b7525b2d5019eee66792040f1147a2a09a885d5a80c2246a7d
Contents?: true
Size: 415 Bytes
Versions: 51
Compression:
Stored size: 415 Bytes
Contents
class CreateAuthorityStatusFailure < ActiveRecord::Migration<%= migration_version %> def change create_table :authority_status_failure do |t| t.belongs_to :authority_status t.string :status t.string :status_label t.string :authority_name t.string :subauthority_name t.string :service t.string :action t.string :url t.string :err_message end end end
Version data entries
51 entries across 51 versions & 1 rubygems