view demo/crud2.sql @ 474:70ee90105fce

[getCookie] reads cookie settings from current page generation
author Adam Chlipala <adamc@hcoop.net>
date Sat, 08 Nov 2008 10:46:14 -0500
parents 0ce90d4d9ae7
children
line wrap: on
line source
CREATE TABLE uw_Crud2_t(uw_id int8 NOT NULL, uw_nam text NOT NULL, 
                         uw_ready bool NOT NULL);
 
 CREATE SEQUENCE uw_Crud2_Crud_Make_seq;