Jason White wrote:
I used this statement to create a table annotation.
create table annotation
(
user_id int not null NOT NULL,
oai_id varchar(255) NOT NULL,
element varchar(255),
value text,
datestamp varchar(10),
status enum("A", "I"),
fulltext(value)
);
I then ins
I used this statement to create a table annotation.
create table annotation
(
user_id int not null NOT NULL,
oai_id varchar(255) NOT NULL,
element varchar(255),
value text,
datestamp varchar(10),
status enum("A", "I"),
fulltext(value)
);
I then insterted so test data into the