blob: 95e8ff21ec256455622f367bbcd9342bf7967446 [file] [log] [blame]
CREATE TABLE t (
pk int,
t int,
v text,
s text static,
PRIMARY KEY (pk, t)
);