fix insert err return & timestamp formatting
This commit is contained in:
@ -3,4 +3,3 @@ dbentity
|
||||
id : integer
|
||||
parent_id : bigint
|
||||
type : varchar(255)
|
||||
}
|
@ -2,4 +2,3 @@ dbrole
|
||||
description : text
|
||||
id : integer
|
||||
name : varchar
|
||||
}
|
@ -3,4 +3,3 @@ dbtableaccess
|
||||
id : integer
|
||||
tableaccess : varchar(255)
|
||||
userrolerestrictions : varchar(255)
|
||||
}
|
@ -2,4 +2,3 @@ dbuser
|
||||
id : integer
|
||||
login : varchar(255)|comment
|
||||
password : varchar(255)
|
||||
}
|
@ -5,4 +5,3 @@ dbuserrole
|
||||
enddate : timestamp without time zone
|
||||
id : integer
|
||||
startdate : timestamp without time zone
|
||||
}
|
@ -2,4 +2,3 @@ testtype
|
||||
detail : varchar(255)
|
||||
id : integer
|
||||
name : varchar(255)
|
||||
}
|
Reference in New Issue
Block a user