annotate demo/crud2.sql @ 434:c471345f5165

Remove need for '() <-' notation
author Adam Chlipala <adamc@hcoop.net>
date Mon, 27 Oct 2008 08:27:45 -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