This commit is contained in:
Michael Quigley
2022-11-15 11:45:31 -05:00
parent a8350c5173
commit d825052a6a
3 changed files with 12 additions and 0 deletions

View File

@ -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)