summaryrefslogtreecommitdiff
path: root/lib/pgsqlschema.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pgsqlschema.php')
-rw-r--r--lib/pgsqlschema.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/pgsqlschema.php b/lib/pgsqlschema.php
index 16639ff1b..583d01e0a 100644
--- a/lib/pgsqlschema.php
+++ b/lib/pgsqlschema.php
@@ -520,9 +520,9 @@ class PgsqlSchema extends Schema
$sql .= ($cd->nullable) ? "null " : "not null ";
}
- if (!empty($cd->extra)) {
- $sql .= "{$cd->extra} ";
- }
+// if (!empty($cd->extra)) {
+// $sql .= "{$cd->extra} ";
+// }
return $sql;
}