mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
This commit is contained in:
@ -2,9 +2,10 @@
|
||||
|
||||
create table frontends (
|
||||
id serial primary key,
|
||||
environment_id integer not null references environments(id),
|
||||
environment_id integer references environments(id),
|
||||
token varchar(32) not null unique,
|
||||
z_id varchar(32) not null,
|
||||
url_template varchar(1024),
|
||||
public_name varchar(64) unique,
|
||||
reserved boolean not null default(false),
|
||||
created_at timestamptz not null default(current_timestamp),
|
||||
|
Reference in New Issue
Block a user