Sha256: c80be9813f19f775face4c5b3df26e988cc385b33b333125f67287767211a2d9
Contents?: true
Size: 382 Bytes
Versions: 27
Compression:
Stored size: 382 Bytes
Contents
class CreateEgovUtilsRegistrationRequests < ActiveRecord::Migration[6.1] def change create_table :egov_utils_registration_requests do |t| t.string :mail t.string :firstname t.string :lastname t.string :organization t.string :note t.string :status t.string :reason t.string :internal_reason t.timestamps end end end
Version data entries
27 entries across 27 versions & 1 rubygems