|TABLE| core.table2
|id   |Integer       |PK|||
|name |Text          |NULL|||
|refer|FK core.table2|NULL|||

|TABLE| data.table1
|id   |Integer       |PK|||
|name |Text          |NULL|||
|refer|FK data.table2|NULL|||

|TABLE| data.table2
|id   |Integer       |PK|||
|name |Text          |NULL|||
|refer|FK data.table1|NULL|||

|TABLE| table3
|id   |Integer|PK|||
|name |Text   |NULL|||
