/[Frey]/branches/no-pager/sql/strix.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /branches/no-pager/sql/strix.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (hide annotations)
Wed Jul 2 09:52:50 2008 UTC (15 years, 8 months ago) by dpavlin
Original Path: trunk/sql/strix.sql
File size: 341 byte(s)
 r53@eeepy:  dpavlin | 2008-07-02 11:52:41 +0200
 simpliest possible schema for users table

1 dpavlin 44 BEGIN TRANSACTION;
2     CREATE TABLE users (
3     id integer primary key,
4     ime text,
5     prezime text,
6     email text
7     );
8     INSERT INTO "users" VALUES(NULL,'Anonymous','Coward','nobody@example.com');
9     INSERT INTO "users" VALUES(NULL,'Example','User','example@exaxmple.com');
10     INSERT INTO "users" VALUES(NULL,'Dobrica','Pavlinusic','dpavlin@rot13.org');
11     COMMIT;

  ViewVC Help
Powered by ViewVC 1.1.26