En succès
A duré 19 ms.
Standard Output
2025-05-07 17:26:12 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-05-07 17:26:12 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-05-07 17:26:12 DEBUG DDLDeployer create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-05-07 17:26:12 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 15461 chars]...
filarete.stalactite.engine.model.Country@5d12116e,id=o.c.s.i.PersistedIdentifier@2,name=Grenoble,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=[State{id=o.c.s.i.PersistedIdentifier@0}, State{id=o.c.s.i.PersistedIdentifier@3}],timestamp=<null>,towns=<null>,version=0]
2025-05-07 17:26:12 TRACE SQLOperation select id from State where id = 1 | {}