diff options
author | Zachary Flower <zach@ninjaninja.net> | 2014-11-03 18:43:28 +0100 |
---|---|---|
committer | Zachary Flower <zach@ninjaninja.net> | 2014-11-03 18:43:28 +0100 |
commit | ce8aa3b5abe0b20da7dbee70fb49f440ad41b15c (patch) | |
tree | 54eaadc4d4f1a99a2b2990c89a63828f6a221563 /system/database/drivers/odbc | |
parent | e4b10bf0ad59049ed78ed9cfc5f708188f3cd442 (diff) |
Remove comment field definition from all other forge classes
Diffstat (limited to 'system/database/drivers/odbc')
-rw-r--r-- | system/database/drivers/odbc/odbc_forge.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/system/database/drivers/odbc/odbc_forge.php b/system/database/drivers/odbc/odbc_forge.php index 00cb00bef..d78bc369a 100644 --- a/system/database/drivers/odbc/odbc_forge.php +++ b/system/database/drivers/odbc/odbc_forge.php @@ -69,13 +69,6 @@ class CI_DB_odbc_forge extends CI_DB_forge { */ protected $_unsigned = FALSE; - /** - * COMMENT value representation in CREATE/ALTER TABLE statements - * - * @var string - */ - protected $_comment = FALSE; - // -------------------------------------------------------------------- /** |