mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
Support MySQL 8 - newid() database function definition changed #817
This commit is contained in:
parent
2ce2ab7af9
commit
6a736a5ffd
@ -972,7 +972,7 @@ create index IDX_SESSION_LOG_STARTED_TS on SEC_SESSION_LOG (STARTED_TS DESC)^
|
||||
/**********************************************************************************************/
|
||||
|
||||
drop function if exists newid^
|
||||
create function newid() returns varchar(32) not deterministic
|
||||
create function newid() returns varchar(32) not deterministic no sql
|
||||
return replace(uuid(), '-', '')^
|
||||
|
||||
/**********************************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user