En succès
A duré 22 ms.
Standard Output
2025-01-16 07:15:56 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2025-01-16 07:15:56 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2025-01-16 07:15:56 DEBUG DDLDeployer create table State(name varchar(255), id int not null, countryId int, unique (id))
2025-01-16 07:15:56 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) ref
...[truncated 14495 chars]...
ntry=org.codefilarete.stalactite.engine.model.Country@5f9ac282,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>,version=0]
2025-01-16 07:15:56 TRACE SQLOperation select id from State where id = 1 | {}