annotate demo/crud2.sql @ 453:787d4931fb07

Almost have that nested save function compiling
author Adam Chlipala <adamc@hcoop.net>
date Sat, 01 Nov 2008 21:19:43 -0400
parents 0ce90d4d9ae7
children
rev   line source
adamc@422 1 CREATE TABLE uw_Crud2_t(uw_id int8 NOT NULL, uw_nam text NOT NULL,
adamc@422 2 uw_ready bool NOT NULL);
adamc@422 3
adamc@422 4 CREATE SEQUENCE uw_Crud2_Crud_Make_seq;
adamc@422 5
adamc@422 6