fix insert err return & timestamp formatting

This commit is contained in:
ycc
2022-05-19 10:49:19 +02:00
parent df398dab1a
commit d99db63940
9 changed files with 6 additions and 186 deletions

View File

@ -3,4 +3,3 @@ dbentity
id : integer
parent_id : bigint
type : varchar(255)
}

View File

@ -2,4 +2,3 @@ dbrole
description : text
id : integer
name : varchar
}

View File

@ -3,4 +3,3 @@ dbtableaccess
id : integer
tableaccess : varchar(255)
userrolerestrictions : varchar(255)
}

View File

@ -2,4 +2,3 @@ dbuser
id : integer
login : varchar(255)|comment
password : varchar(255)
}

View File

@ -5,4 +5,3 @@ dbuserrole
enddate : timestamp without time zone
id : integer
startdate : timestamp without time zone
}

View File

@ -2,4 +2,3 @@ testtype
detail : varchar(255)
id : integer
name : varchar(255)
}