En succès
A duré 17 ms.
Standard Output
2024-10-13 16:45:50 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2024-10-13 16:45:50 DEBUG DDLDeployer create table Person_nicknames(id int, nicknames varchar(255), unique (id, nicknames))
2024-10-13 16:45:50 DEBUG DDLDeployer create table City(name varchar(255), id int not null, unique (id))
2024-10-13 16:45:50 DEBUG DDLDeployer create table Country_cities(country_id int, cities_id int, unique (country_id, cities_id))
2024-10-13 16:45:50 DEBUG DDLDeploy
...[truncated 15686 chars]...
ntime.load.RelationJoinNode$DefaultRelationJoinRowConsumer@59d6396e on object Person[addressBook=<null>,addresses=<null>,contracts=<null>,country=<null>,id=o.c.s.i.PersistedIdentifier@666,mapPropertyMadeOfComplexTypes=<null>,mapPropertyMadeOfComplexTypesWithColumnDuplicates=<null>,mapPropertyMadeOfEntityAsKey=<null>,mapPropertyMadeOfEntityAsKeyAndValue=<null>,mapPropertyMadeOfEntityAsValue=<null>,name=me,nicknames=[Jane Do, John Do],phoneNumbers=<null>,timestamp=<null>,vehicle=<null>,version=0]