mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
@ -3,8 +3,9 @@
|
||||
create table frontends (
|
||||
id serial primary key,
|
||||
environment_id integer not null references environments(id),
|
||||
name varchar(32) not null unique,
|
||||
z_id varchar(32) not null unique,
|
||||
name varchar(64) unique,
|
||||
public_name varchar(64) unique,
|
||||
created_at timestamptz not null default(current_timestamp),
|
||||
updated_at timestamptz not null default(current_timestamp)
|
||||
);
|
||||
|
Reference in New Issue
Block a user