Sha256: a2e5a44047da6df0989a4d3a952d0df3b19251c9e4a92b917259d6d425d53e64
Contents?: true
Size: 657 Bytes
Versions: 54
Compression:
Stored size: 657 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 GENERATED BY DEFAULT AS IDENTITY # 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
54 entries across 54 versions & 1 rubygems