already in the doc
This commit is contained in:
@@ -8,22 +8,6 @@
|
|||||||
* All directives are explained in Documentation.html
|
* All directives are explained in Documentation.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Bookmark Table Structure
|
|
||||||
*
|
|
||||||
* CREATE TABLE bookmark (
|
|
||||||
* id int(11) DEFAULT '0' NOT NULL auto_increment,
|
|
||||||
* dbase varchar(255) NOT NULL,
|
|
||||||
* user varchar(255) NOT NULL,
|
|
||||||
* label varchar(255) NOT NULL,
|
|
||||||
* query text NOT NULL,
|
|
||||||
* PRIMARY KEY (id)
|
|
||||||
* );
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Your phpMyAdmin url
|
* Your phpMyAdmin url
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user