You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
30 lines
785 B
Plaintext
Vendored
30 lines
785 B
Plaintext
Vendored
{
|
|
"data": [
|
|
{
|
|
"bigint_field": 9223372036854775807,
|
|
"char_field": "AAAAA",
|
|
"date_field": "2025-04-06T03:00:00+03:00",
|
|
"datetime_field": "2025-04-06T16:53:47+03:00",
|
|
"double_field": 100.51212310791,
|
|
"float_field": 100.5,
|
|
"int_field": -2147483647,
|
|
"longtext_field": "Some looooooong text",
|
|
"mediumblob_field": {
|
|
"BYTES": "/9j/4VTBRX..."
|
|
},
|
|
"mediumint_field": 8388607,
|
|
"mediumtext_field": "Some medium text",
|
|
"set_field": "one",
|
|
"smallint_field": -32767,
|
|
"text_field": "Some text",
|
|
"time_field": "1970-01-01T16:53:47+03:00",
|
|
"timestamp_field": "2025-04-06T16:53:47+03:00",
|
|
"tinyint_field": 127,
|
|
"tinytext_field": "Some tiny text",
|
|
"uint_field": 4294967295,
|
|
"varchar_field": "Some varchar"
|
|
}
|
|
],
|
|
"result": true
|
|
}
|