Sha256: 3a16be5d872937ef813e7de00917350831235179d0fc75606ac35b58c7d3e672
Contents?: true
Size: 673 Bytes
Versions: 60
Compression:
Stored size: 673 Bytes
Contents
module PactBroker module Certificates class Certificate < Sequel::Model end Certificate.plugin :timestamps, update_on_create: true end end # Table: certificates # Columns: # id | integer | PRIMARY KEY DEFAULT nextval('certificates_id_seq'::regclass) # uuid | text | NOT NULL # description | text | # content | text | NOT NULL # created_at | timestamp without time zone | NOT NULL # updated_at | timestamp without time zone | NOT NULL # Indexes: # certificates_pkey | PRIMARY KEY btree (id) # uq_certificate_uuid | UNIQUE btree (uuid)
Version data entries
60 entries across 60 versions & 1 rubygems