CREATE TABLE `tx_test_case` ( `name` text, `records` text ); CREATE TABLE `tx_test_parent` ( `name` text, `children` text, `sorting` int(11) default 0 not null ); CREATE TABLE `tx_test_child` ( `name` text, `sorting` int(11) default 0 not null );