En succès
A duré 11 ms.
Standard Output
2025-06-30 05:40:17 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-06-30 05:40:17 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-06-30 05:40:17 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-06-30 05:40:17 DEBUG SQLOperation Batching statement 1 times
2025-06-30 05:40:17 TRACE SQLOperat
...[truncated 5140 chars]...
eInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@524d3f70,id=o.c.s.i.PersistedIdentifier@1,name=changed,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=[],timestamp=<null>,towns=<null>,version=0]