Поправил типы
This commit is contained in:
parent
db7b5c7d25
commit
bfd53ecc09
3 changed files with 3 additions and 3 deletions
|
|
@ -122,7 +122,7 @@ class Database_Manager
|
|||
if (isset($data['references'])) {
|
||||
$references = " REFERENCES ".$data['references'];
|
||||
}
|
||||
if (isset($data["not_null"])&&$data["not_null"])
|
||||
if (isset($data["not_null"]) && $data["not_null"])
|
||||
$constraint .=" NOT NULL";
|
||||
$type = $data['type'];
|
||||
if (!$pg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue