Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSmita Kumari <kumarismita62@gmail.com>2014-06-02 19:30:17 +0400
committerSmita Kumari <kumarismita62@gmail.com>2014-06-02 19:30:17 +0400
commitabdb92e29058338518733f050f918be0d0115398 (patch)
tree2c1d085dfab784c93f1a3b505bff106fd16f16f8 /examples
parent1ec1f2b7abbba8effd0f7e4c63c6fcbbe54af9d5 (diff)
fiixed Typs plus remove default from text field
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/create_tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/create_tables.sql b/examples/create_tables.sql
index 702ed1f45f..a5fa6f0b11 100644
--- a/examples/create_tables.sql
+++ b/examples/create_tables.sql
@@ -332,7 +332,7 @@ CREATE TABLE IF NOT EXISTS `pma__central_columns` (
`col_collation` varchar(64) NOT NULL,
`col_isNull` boolean NOT NULL,
`col_extra` varchar(255) default '',
- `col_default` text default '',
+ `col_default` text,
PRIMARY KEY (`db_name`,`col_name`)
)
COMMENT='Central list of columns'