annotate demo/crud2.sql @ 600:d1cce194180d

Do proper insertion of dynamic content within nested DOM containers
author Adam Chlipala <adamc@hcoop.net>
date Sun, 11 Jan 2009 10:41:38 -0500
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