node-sql-parser
Advanced tools
Comparing version 3.6.3 to 3.6.4
@@ -146,4 +146,20 @@ | ||
export type column_definition_opt = column_constraint | { auto_increment: 'auto_increment'; } | { unique_or_primary: 'unique' | 'primary key'; } | { comment: keyword_comment; } | { collate: collate_expr; } | { column_format: column_format; } | { storage: storage } | { reference_definition: reference_definition; }; | ||
export type column_definition_opt_list = { | ||
nullable?: column_constraint['nullable']; | ||
default_val?: column_constraint['default_val']; | ||
auto_increment?: 'auto_increment'; | ||
unique_or_primary?: 'unique' | 'primary key'; | ||
comment?: keyword_comment; | ||
collate?: collate_expr; | ||
column_format?: column_format; | ||
storage?: storage; | ||
reference_definition?: reference_definition; | ||
}; | ||
export type create_column_definition = { | ||
@@ -150,0 +166,0 @@ column: column_ref; |
{ | ||
"name": "node-sql-parser", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "simple node sql parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
37894793
94
22101