Index: lams_common/db/sql/notebook_table-schema.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/Attic/notebook_table-schema.sql,v diff -u -r1.1 -r1.2 --- lams_common/db/sql/notebook_table-schema.sql 25 Jul 2006 07:12:35 -0000 1.1 +++ lams_common/db/sql/notebook_table-schema.sql 31 Jul 2006 05:20:24 -0000 1.2 @@ -1,2 +1,2 @@ drop table if exists lams_notebook_entry; -create table lams_notebook_entry (uid bigint not null auto_increment, external_id bigint, external_id_type integer, external_signature varchar(255), user_id integer, title varchar(255), entry varchar(255), primary key (uid)); +create table lams_notebook_entry (uid bigint not null auto_increment, external_id bigint, external_id_type integer, external_signature varchar(255), user_id integer, title varchar(255), entry text, primary key (uid));