@ronin/compiler
Advanced tools
Comparing version 0.12.8-leo-ron-1071-experimental-265 to 0.12.8-leo-ron-1071-experimental-266
@@ -195,3 +195,3 @@ /** | ||
type ModelFieldNormal = ModelFieldBasics & { | ||
type: 'string' | 'number' | 'boolean' | 'date' | 'json'; | ||
type?: 'string' | 'number' | 'boolean' | 'date' | 'json'; | ||
}; | ||
@@ -198,0 +198,0 @@ type ModelFieldReferenceAction = 'CASCADE' | 'RESTRICT' | 'SET NULL' | 'SET DEFAULT' | 'NO ACTION'; |
{ | ||
"name": "@ronin/compiler", | ||
"version": "0.12.8-leo-ron-1071-experimental-265", | ||
"version": "0.12.8-leo-ron-1071-experimental-266", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Compiles RONIN queries to SQL statements.", |
Sorry, the diff of this file is too big to display
98848