En succès
A duré 8 ms.
Standard Output
2025-04-01 20:06:58 DEBUG DDLDeployer create table my_sequence(nextVal bigint not null, primary key (nextVal))
2025-04-01 20:06:58 DEBUG SQLOperation select nextVal from my_sequence
2025-04-01 20:06:58 DEBUG SQLOperation insert into my_sequence(nextVal) values (?)
2025-04-01 20:06:58 DEBUG SQLOperation select nextVal from my_sequence
2025-04-01 20:06:58 DEBUG SQLOperation update my_sequence set nextVal = ?