En succès
A duré 20 ms.
Standard Output
2025-09-14 16:05:56 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-09-14 16:05:56 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-09-14 16:05:56 DEBUG DDLDeployer create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-09-14 16:05:56 DEBUG DDLDeployer alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) r
...[truncated 15289 chars]...
filarete.stalactite.engine.model.Country@43aa74b5,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,persons=<null>,state=<null>]],description=Smelly cheese !,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@0,languages=[],modificationDate=<null>,name=France,president=<null>,states=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=<null>,towns=<null>,version=0]
2025-09-14 16:05:56 TRACE SQLOperation select id from State where id = 1 | {}