Mercurial > urweb
view caching-tests/test.sql @ 2217:98b87d905601
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 10 Nov 2014 22:07:51 -0500 |
parents | 365727ff68f4 |
children | f7113855f3b7 |
line wrap: on
line source
CREATE TABLE uw_Test_foo01(uw_id integer NOT NULL, uw_bar text NOT NULL, PRIMARY KEY (uw_id) ); CREATE TABLE uw_Test_foo10(uw_id integer NOT NULL, uw_bar text NOT NULL, PRIMARY KEY (uw_id) ); CREATE TABLE uw_Test_tab(uw_id integer NOT NULL, uw_val integer NOT NULL, PRIMARY KEY (uw_id) );