En succès
A duré 5 ms.
Standard Output
2025-09-23 21:20:49 DEBUG DDLDeployer create table my_sequence(nextVal bigint not null, primary key (nextVal))
2025-09-23 21:20:49 TRACE SQLOperation select nextVal from my_sequence | {}
2025-09-23 21:20:49 TRACE SQLOperation insert into my_sequence(nextVal) values (?) | {1=2}
2025-09-23 21:20:49 TRACE SQLOperation select nextVal from my_sequence | {}
2025-09-23 21:20:49 TRACE SQLOperation update my_sequence set nextVal = ? | {1=3}