Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/install.sql
29,6 → 29,7
CREATE TABLE BlogComments
(
ID INT NOT NUll AUTO_INCREMENT,
ParentID INT,
AuthorID INT,
PostID INT,
Title TEXT,