From ce8aa3b5abe0b20da7dbee70fb49f440ad41b15c Mon Sep 17 00:00:00 2001 From: Zachary Flower Date: Mon, 3 Nov 2014 10:43:28 -0700 Subject: Remove comment field definition from all other forge classes --- system/database/drivers/postgre/postgre_forge.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'system/database/drivers/postgre') diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php index 7db9e500c..1dcd02761 100644 --- a/system/database/drivers/postgre/postgre_forge.php +++ b/system/database/drivers/postgre/postgre_forge.php @@ -72,13 +72,6 @@ class CI_DB_postgre_forge extends CI_DB_forge { */ protected $_null = 'NULL'; - /** - * COMMENT value representation in CREATE/ALTER TABLE statements - * - * @var string - */ - protected $_comment = FALSE; - // -------------------------------------------------------------------- /** -- cgit v1.2.3-24-g4f1b