view demo/crud2.sql @ 471:20fab0e96217

Tree demo working (and other assorted regressions fixed)
author Adam Chlipala <adamc@hcoop.net>
date Thu, 06 Nov 2008 19:43:48 -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;