Skip to content

Commit

Permalink
added expected json data
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Sep 11, 2024
1 parent 0655eed commit d44d6ce
Showing 1 changed file with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
{
}
"snapshot": {
"objects": {
"liquibase.structure.core.Table": [
{
"table": {
"name": "test_table_complex_types"
}
}
],
"liquibase.structure.core.Column": [
{
"column": {
"name": "my_arrs",
"type": {
"typeName": "ARRAY<STRING>"
}
}
},
{
"column": {
"name": "my_arrbi",
"type": {
"typeName": "ARRAY<BIGINT>"
}
}
},
{
"column": {
"name": "my_map",
"type": {
"typeName": "MAP<STRING, BIGINT>"
}
}
},
{
"column": {
"name": "my_struct",
"type": {
"typeName": "STRUCT<FIELD1: STRING NOT NULL, FIELD2: INT>"
}
}
}
]
}
}
}

0 comments on commit d44d6ce

Please sign in to comment.