This commit is contained in:
@@ -581,12 +581,12 @@ $BODY$ LANGUAGE PLPGSQL STABLE");
|
||||
|
||||
//CONTRACTSERVICERATE
|
||||
await ExecQueryAsync("CREATE TABLE acontractservicerate (id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, contractid BIGINT NOT NULL REFERENCES acontract ON DELETE CASCADE, "
|
||||
+ "servicerateid BIGINT NOT NULL REFERENCES aservicerate ON DELETE CASCADE"
|
||||
+ "servicerateid BIGINT NOT NULL REFERENCES aservicerate "
|
||||
+ ")");
|
||||
|
||||
//CONTRACTTRAVELERATE
|
||||
await ExecQueryAsync("CREATE TABLE acontracttravelrate (id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, contractid BIGINT NOT NULL REFERENCES acontract ON DELETE CASCADE, "
|
||||
+ "travelrateid BIGINT NOT NULL REFERENCES atravelrate ON DELETE CASCADE"
|
||||
+ "travelrateid BIGINT NOT NULL REFERENCES atravelrate "
|
||||
+ ")");
|
||||
|
||||
//CONTRACTPARTOVERRIDE
|
||||
|
||||
Reference in New Issue
Block a user