mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
todo change
This commit is contained in:
parent
f265c39252
commit
c479d35346
@ -148,6 +148,7 @@
|
|||||||
|
|
||||||
$sql = "CREATE TABLE todo (
|
$sql = "CREATE TABLE todo (
|
||||||
todo_id int(11) DEFAULT '0' NOT NULL auto_increment,
|
todo_id int(11) DEFAULT '0' NOT NULL auto_increment,
|
||||||
|
todo_id_parent int(11) DEFAULT '0' NOT NULL,
|
||||||
todo_owner varchar(25),
|
todo_owner varchar(25),
|
||||||
todo_access varchar(10),
|
todo_access varchar(10),
|
||||||
todo_des text,
|
todo_des text,
|
||||||
|
@ -127,6 +127,7 @@
|
|||||||
|
|
||||||
$sql = "create table todo (
|
$sql = "create table todo (
|
||||||
todo_id serial,
|
todo_id serial,
|
||||||
|
todo_id_parent int,
|
||||||
todo_owner varchar(25),
|
todo_owner varchar(25),
|
||||||
todo_access varchar(10),
|
todo_access varchar(10),
|
||||||
todo_des text,
|
todo_des text,
|
||||||
|
Loading…
Reference in New Issue
Block a user