mirror of
https://github.com/knex/knex.git
synced 2025-08-07 00:02:05 +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 comment;
|
||||
if (command.comment == void 0) {
|
||||
comment = 'NULL'
|
||||
comment = 'NULL';
|
||||
} else {
|
||||
comment = "'" + command.comment + "'";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user