aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/postgresql/initscripts/equipment_r_0.sql
blob: 8068ab085f582c18b9704581ebc25bffceb5b036 (plain) (blame)
1
2
3
4
5
CREATE TABLE equipment_r (
	name 		text,
	hobby		text
);