En succès
A duré 13 ms.
Standard Output
2024-12-14 12:46:02 DEBUG DDLDeployer create table Country(name varchar(255), id bigint not null, unique (id))
2024-12-14 12:46:02 DEBUG DDLDeployer create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2024-12-14 12:46:02 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-12-14 12:46:02 TRACE SQLOperation select Country.id as rootId from Country left outer join City as City on Countr
...[truncated 2008 chars]...
<null>,cities=[City[country=org.codefilarete.stalactite.engine.model.Country@208bf5f7,id=o.c.s.i.PersistedIdentifier@42,name=Paris,persons=<null>,state=<null>], City[country=org.codefilarete.stalactite.engine.model.Country@208bf5f7,id=o.c.s.i.PersistedIdentifier@43,name=Lyon,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@12,languages=[],modificationDate=<null>,name=France,president=<null>,states=[],timestamp=<null>,version=0]