MyBatisCodeHelper-Pro
MyBatisCodeHelper-Pro copied to clipboard
oracle 建表使用 UUID
create trigger MANAGE_CONFIG_trigger before insert on MANAGE_CONFIG for each row begin SELECT SYS_GUID() INTO :new.id FROM dual; end;
类似这种