Skip to content

Commit

Permalink
Merge pull request #139 from JanssenProject/slq-data-type
Browse files Browse the repository at this point in the history
Slq data type
  • Loading branch information
devrimyatar committed Dec 28, 2021
2 parents 47e75c6 + f018a5c commit adff810
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,18 +871,22 @@
},
"jansMobileDevices": {
"mysql": {
"type": "JSON"
"size": 512,
"type": "VARCHAR"
},
"spanner": {
"type": "ARRAY<STRING(MAX)>"
"size": 512,
"type": "STRING"
}
},
"jansOTPDevices": {
"mysql": {
"type": "JSON"
"size": 512,
"type": "VARCHAR"
},
"spanner": {
"type": "ARRAY<STRING(MAX)>"
"size": 512,
"type": "STRING"
}
},
"jansTrustedDevices": {
Expand Down

0 comments on commit adff810

Please sign in to comment.