todo change

This commit is contained in:
loge 2000-10-29 19:35:57 +00:00
parent f265c39252
commit c479d35346
2 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@
$sql = "CREATE TABLE todo (
todo_id int(11) DEFAULT '0' NOT NULL auto_increment,
todo_id_parent int(11) DEFAULT '0' NOT NULL,
todo_owner varchar(25),
todo_access varchar(10),
todo_des text,

View File

@ -127,6 +127,7 @@
$sql = "create table todo (
todo_id serial,
todo_id_parent int,
todo_owner varchar(25),
todo_access varchar(10),
todo_des text,