To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
04/17/06 15:06:29 (3 years ago)
Author:
jk
Message:

simple sti scenario

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/db/schema.sql

    r5 r30  
    22create table contents ( 
    33  id int not null auto_increment, 
     4  type varchar(255) not null, 
    45  title varchar(100) not null, 
    56  description text not null, 
     7  special varchar(255) not null, 
    68  primary key (id) 
    79) TYPE=InnoDB DEFAULT CHARSET=utf8; 

To edit pages or tickets please login with username/password: aaf/aaf