1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/results/MSSQL/GetTableInformation.log
Vitaly the Alpaca (bot) f69b9b9512 Test data update (Jenkins)
2025-07-14 11:47:42 +03:00

118 lines
2.5 KiB
Plaintext
Vendored

{
"data": [
{
"character_maximum_length": null,
"column_default": null,
"column_name": "tinyint_field",
"data_type": "tinyint",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "smallint_field",
"data_type": "smallint",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "int_field",
"data_type": "int",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "bigint_field",
"data_type": "bigint",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "float24_field",
"data_type": "real",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "float53_field",
"data_type": "float",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "bit_field",
"data_type": "bit",
"is_nullable": "YES"
},
{
"character_maximum_length": 4000,
"column_default": null,
"column_name": "nvarchar_field",
"data_type": "nvarchar",
"is_nullable": "YES"
},
{
"character_maximum_length": -1,
"column_default": null,
"column_name": "varbinary_field",
"data_type": "varbinary",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "uid_field",
"data_type": "uniqueidentifier",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "numeric_field",
"data_type": "numeric",
"is_nullable": "YES"
},
{
"character_maximum_length": -1,
"column_default": null,
"column_name": "xml_field",
"data_type": "xml",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "date_field",
"data_type": "date",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "time_field",
"data_type": "time",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "dto_field",
"data_type": "datetimeoffset",
"is_nullable": "YES"
},
{
"character_maximum_length": null,
"column_default": null,
"column_name": "datetime_field",
"data_type": "datetime",
"is_nullable": "YES"
}
],
"result": true
}