mirror of
https://github.com/knex/knex.git
synced 2025-08-09 17:22:10 +00:00
missing semicolon
This commit is contained in:
parent
79aecafdf4
commit
ec5ce94aa9
@ -174,7 +174,7 @@ PostgresClient.schemaGrammar = _.extend({}, base.schemaGrammar, PostgresClient.g
|
|||||||
var table = this.wrapTable(blueprint);
|
var table = this.wrapTable(blueprint);
|
||||||
var comment;
|
var comment;
|
||||||
if (command.comment == void 0) {
|
if (command.comment == void 0) {
|
||||||
comment = 'NULL'
|
comment = 'NULL';
|
||||||
} else {
|
} else {
|
||||||
comment = "'" + command.comment + "'";
|
comment = "'" + command.comment + "'";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user