db changes to data_content table

This commit is contained in:
moodler
2006-01-19 09:06:22 +00:00
parent 7972cc46bd
commit dfe9354f2e
7 changed files with 244 additions and 2 deletions
+4
View File
@@ -27,6 +27,10 @@ CREATE TABLE prefix_data_content (
fieldid int4 NOT NULL default '0',
recordid int4 NOT NULL default '0',
content text NOT NULL
content1 text NOT NULL
content2 text NOT NULL
content3 text NOT NULL
content4 text NOT NULL
);