PHP Classes

File: demo.sql

Recommend this page to a friend!
  Classes of Steven Haryanto   PHP Full Text Search Index   demo.sql   Download  
File: demo.sql
Role: Auxiliary data
Content type: text/plain
Description: Table definition for use with the demo script
Class: PHP Full Text Search Index
A PHP library to do full text indexing with MySQL
Author: By
Last change:
Date: 23 years ago
Size: 232 bytes
 

Contents

Class file image Download
create table document ( id int unsigned primary key auto_increment, mtime timestamp, title varchar(255) not null default '(no title)', content blob not null default '', contentlength int unsigned not null default '0' );