En succès
A duré 17 ms.
Standard Output
2024-10-13 16:46:00 DEBUG DDLDeployer create table State(name varchar(255), id int not null, countryId int, unique (id))
2024-10-13 16:46:00 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-10-13 16:46:00 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-10-13 16:46:00 DEBUG DDLDeployer alter table State add constraint FK_State_countryId_Country_id foreign key(countryId) r
...[truncated 14507 chars]...
ntry=org.codefilarete.stalactite.engine.model.Country@769a2877,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]
2024-10-13 16:46:00 DEBUG SQLOperation select id from State where id = 1 | {}