mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
docs; (#20)
This commit is contained in:
@ -6,6 +6,7 @@ create table frontends (
|
||||
id serial primary key,
|
||||
environment_id integer references environments(id),
|
||||
z_id varchar(32) not null unique,
|
||||
name varchar(64) unique,
|
||||
type availability_type not null,
|
||||
created_at timestamptz not null default(current_timestamp),
|
||||
updated_at timestamptz not null default(current_timestamp)
|
||||
|
Reference in New Issue
Block a user