server>template

This commit is contained in:
2019-12-20 10:58:12 +01:00
parent 6b8a88e103
commit 4de9bde691
9 changed files with 171 additions and 144 deletions

View File

@ -47,7 +47,7 @@ CREATE TABLE ApplicationService (
-- Server table creation
CREATE TABLE Server (
ServerId SERIAL PRIMARY KEY,
ServerName VARCHAR(255) NOT NULL,
ServerName VARCHAR(255) NOT NULL UNIQUE,
ServerDescription VARCHAR(255) NOT NULL,
ServerServermodelId INTEGER NOT NULL
);