aboutsummaryrefslogtreecommitdiff
path: root/h-source/Examples/boxes.txt
blob: f27d7b1097b01e3ea7515e4e74160810c72064de (plain) (blame)
1
2
3
4
5
create table boxes (
	id int(5) not null auto_increment primary key,
	title varchar(100) not null,
	xml text CHARACTER SET utf8 not null
);