root/trunk/sql/create_sqlite.sql

Revision 6, 276 bytes (checked in by jdixon, 1 year ago)

better name

Line 
1 CREATE TABLE articles (id integer primary key, date date, title text, uri text, body text, tags text, enabled boolean, author text);
2 CREATE TABLE comments (id integer primary key, article_id integer, date date, name text, email text, url text, comment text, enabled boolean);
Note: See TracBrowser for help on using the browser.