[ PHPXref.com ] [ Generated: Sun Jul 20 19:19:21 2008 ] [ Parasite 1.0.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> parasite.sql (source)

   1  create table articles( time int NOT NULL, body text NOT NULL, visible char(1), username varchar(50) NOT NULL, id int NOT NULL, PRIMARY KEY (id), UNIQUE id (id), title text NULL );
   2  create table pingback( time int NOT NULL, localid int NOT NULL, remoteurl varchar(200) NOT NULL, remotetitle text NULL );


[ Powered by PHPXref - Served by Debian GNU/Linux ]