/[cvs]/nfo/php/libs/net.php.pear/Tree/docs/TreeEditor/mysql_db.sql
ViewVC logotype

Contents of /nfo/php/libs/net.php.pear/Tree/docs/TreeEditor/mysql_db.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Feb 27 16:53:28 2003 UTC (21 years, 6 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
+ added doc/, from PEAR

1 # phpMyAdmin MySQL-Dump
2 # version 2.3.0
3 # http://phpwizard.net/phpMyAdmin/
4 # http://www.phpmyadmin.net/ (download page)
5 #
6 # Host: localhost
7 # Generation Time: Jan 30, 2003 at 06:40 PM
8 # Server version: 3.23.48
9 # PHP Version: 4.3.0
10 # Database : `test`
11 # --------------------------------------------------------
12
13 #
14 # Table structure for table `Tree_Nested`
15 #
16
17 CREATE TABLE Tree_Nested (
18 id int(11) NOT NULL default '0',
19 name varchar(255) NOT NULL default '',
20 l int(11) NOT NULL default '0',
21 r int(11) NOT NULL default '0',
22 parent int(11) NOT NULL default '0',
23 comment varchar(255) NOT NULL default '',
24 PRIMARY KEY (id)
25 ) TYPE=MyISAM;
26
27 #
28 # Dumping data for table `Tree_Nested`
29 #
30
31 INSERT INTO Tree_Nested VALUES (8, 'Root', 1, 32, 0, '');
32 INSERT INTO Tree_Nested VALUES (9, 'PEAR', 6, 23, 8, '');
33 INSERT INTO Tree_Nested VALUES (10, 'Tree', 21, 22, 9, '');
34 INSERT INTO Tree_Nested VALUES (11, 'HTML', 7, 16, 9, '');
35 INSERT INTO Tree_Nested VALUES (12, 'Auth', 17, 18, 9, '');
36 INSERT INTO Tree_Nested VALUES (13, 'PEAR compatible', 0, 5, 8, '');
37 INSERT INTO Tree_Nested VALUES (14, 'SimpleTemplate', 3, 4, 13, '');
38 INSERT INTO Tree_Nested VALUES (15, 'Auth', 1, 2, 13, '');
39 INSERT INTO Tree_Nested VALUES (18, 'Template', 8, 15, 11, '');
40 INSERT INTO Tree_Nested VALUES (17, 'DB', 19, 20, 9, '');
41 INSERT INTO Tree_Nested VALUES (19, 'Xipe', 13, 14, 18, '');
42 INSERT INTO Tree_Nested VALUES (21, 'html', -6, 1, 8, '');
43 INSERT INTO Tree_Nested VALUES (22, 'test', -1, 0, 8, '');
44 INSERT INTO Tree_Nested VALUES (23, 'cbvcvbc', 11, 12, 18, '');
45 INSERT INTO Tree_Nested VALUES (24, 'Flexy', 9, 10, 18, 'Alan\\\'s template class');
46 # --------------------------------------------------------
47
48 #
49 # Table structure for table `Tree_Nested_seq`
50 #
51
52 CREATE TABLE Tree_Nested_seq (
53 id int(10) unsigned NOT NULL auto_increment,
54 PRIMARY KEY (id)
55 ) TYPE=MyISAM;
56
57 #
58 # Dumping data for table `Tree_Nested_seq`
59 #
60
61 INSERT INTO Tree_Nested_seq VALUES (24);
62

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed