Class: Endpoint

Inherits:
ApplicationRecord show all
Defined in:
app/models/endpoint.rb

Overview

Schema Information

Table name: endpoints

id         :bigint(8)        not null, primary key
name       :string           not null
created_at :datetime         not null
updated_at :datetime         not null

Indexes

index_endpoints_on_name  (name) UNIQUE