view catherine/table/sites.sql @ 297:ab340dfd2e14

"None"
author catherine@bothari
date Sun, 24 Jan 2010 07:51:57 -0500
parents
children
line wrap: on
line source

REMARK BEGIN Table/catherine.sites
CREATE TABLE sites
 ( id integer(32) NOT NULL
  ,url varchar(120)
  ,dt date
  ,content text )
REMARK END