summaryrefslogtreecommitdiff
path: root/libdbpp/unittests/commentsMixedIn.sql
blob: 1766309ffcf22c25080f859ed4ab8cd0ec9bfbad (plain)
1
2
3
4
5
6
7
CREATE TABLE foo(/*
										Foo contains test things
										*/
		id int, -- Every table deserves an Id, right?
		timestamp time stamp -- And a timestamp
		);