comment out the extra bit, cos there's always mysql-only stuff in therre.

this isn't a very good idea
This commit is contained in:
Brenda Wallace 2010-05-15 15:32:22 +12:00
parent a467c0ebba
commit 7bd6b62461
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}