1
0

wip initial commit

This commit is contained in:
Marc O. Sandlus
2024-02-02 09:02:28 +01:00
parent d9558f2cfe
commit 1a3fad80ee
4 changed files with 27 additions and 1 deletions

View File

@ -19,6 +19,8 @@ create table if not exists hs_office_person
uuid uuid unique references RbacObject (uuid) initially deferred,
personType HsOfficePersonType not null,
tradeName varchar(96),
salutation varchar(30),
title varchar(20),
givenName varchar(48),
familyName varchar(48)
);