log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
421:0767d7ad0c3a
422:0ce90d4d9ae7
1
CREATE TABLE uw_Crud2_t(uw_id int8 NOT NULL, uw_nam text NOT NULL,
2
uw_ready bool NOT NULL);
3
4
CREATE SEQUENCE uw_Crud2_Crud_Make_seq;
5
6