En succès
A duré 15 ms.
Standard Output
2025-04-28 07:03:13 DEBUG DDLDeployer create table Country(name varchar(255), id bigint not null, unique (id))
2025-04-28 07:03:13 DEBUG DDLDeployer create table City(name varchar(255), id bigint not null, countryId bigint, unique (id))
2025-04-28 07:03:13 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-04-28 07:03:13 TRACE SQLOperation select Country.id as rootId from Country left outer join City as City on Countr
...[truncated 2047 chars]...
=[City[country=org.codefilarete.stalactite.engine.model.Country@36311721,id=o.c.s.i.PersistedIdentifier@42,name=Paris,persons=<null>,state=<null>], City[country=org.codefilarete.stalactite.engine.model.Country@36311721,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>,towns=<null>,version=0]