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

Annotation of /nfo/php/libs/net.php.pear/Tree/docs/Dynamic_DBnested.sql

Parent Directory Parent Directory | Revision Log Revision Log


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

1 joko 1.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:41 PM
8     # Server version: 3.23.48
9     # PHP Version: 4.3.0
10     # Database : `test`
11     # --------------------------------------------------------
12    
13     #
14     # Table structure for table `nestedTree`
15     #
16    
17     CREATE TABLE nestedTree (
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 `nestedTree`
29     #
30    
31     INSERT INTO nestedTree VALUES (1, 'Root', 1, 24, 0, '');
32     INSERT INTO nestedTree VALUES (2, 'A1', 2, 11, 1, '');
33     INSERT INTO nestedTree VALUES (3, 'A2', 12, 23, 1, '');
34     INSERT INTO nestedTree VALUES (4, 'A3', 13, 16, 3, '');
35     INSERT INTO nestedTree VALUES (5, 'B1', 3, 10, 2, '');
36     INSERT INTO nestedTree VALUES (6, 'B2', 17, 18, 3, '');
37     INSERT INTO nestedTree VALUES (7, 'B3', 19, 22, 3, '');
38     INSERT INTO nestedTree VALUES (8, 'C1', 20, 21, 7, '');
39     INSERT INTO nestedTree VALUES (9, 'B4', 14, 15, 4, '');
40     # --------------------------------------------------------
41    
42     #
43     # Table structure for table `nestedTree_seq`
44     #
45    
46     CREATE TABLE nestedTree_seq (
47     id int(10) unsigned NOT NULL auto_increment,
48     PRIMARY KEY (id)
49     ) TYPE=MyISAM;
50    
51     #
52     # Dumping data for table `nestedTree_seq`
53     #
54    
55     INSERT INTO nestedTree_seq VALUES (3);
56    

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