En succès
A duré 12 ms.
Standard Output
2026-02-12 07:21:24 DEBUG DDLDeployer create table City(name varchar(255), id int not null, unique (id))
2026-02-12 07:21:24 DEBUG DDLDeployer create table Country(id int not null, unique (id))
2026-02-12 07:21:24 DEBUG DDLDeployer create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-02-12 07:21:24 DEBUG DDLDeployer alter table Country_cities add constraint FK_Country_cities_country_id_Country_id foreign key(country_id) references Coun
...[truncated 3496 chars]...
26-02-12 07:21:24 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object Country[ancientCities=[],capital=<null>,cities=[City[country=<null>,id=o.c.s.i.PersistedIdentifier@13,name=Grenoble,persons=<null>,state=<null>]],description=<null>,euMember=false,hasNuclearPower=false,id=o.c.s.i.PersistedIdentifier@1,languages=[],modificationDate=<null>,name=<null>,president=<null>,states=[],timestamp=<null>,towns=<null>,version=0,versionWithoutAccessor=0]