91
91
`id` bigint NOT NULL default '0',
95
95
`id` bigint NOT NULL default '0',
96
96
`description` varchar(20)
98
98
INSERT INTO t1 VALUES (1, 'test');
99
99
INSERT INTO t2 VALUES (1, 'test');
101
101
`id` bigint NOT NULL default '0',
102
102
`order_id` bigint NOT NULL default '0'