log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate demo/crud2.sql @ 422:0ce90d4d9ae7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Crud2 demo
author
Adam Chlipala <adamc@hcoop.net>
date
Thu, 23 Oct 2008 18:45:10 -0400
parents
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