Add support for meta data on attribute types (rdbms:type=integer)

This commit is contained in:
Denis Arh
2022-09-14 12:18:43 +02:00
parent 6939d9e226
commit 44ba447678
20 changed files with 46 additions and 29 deletions
+1 -1
View File
@@ -65,7 +65,6 @@ import (
nullable: bool | *false
if type == "ID" {
generatedByStore: bool | *false
default?: 0
@@ -97,6 +96,7 @@ import (
precision: number | *(-1)
scale: number | *(-1)
default?: number
meta?: { [string]: _ }
}
if type == "Text" {