This commit is contained in:
Lorenzo Caggioni 2020-06-30 16:34:56 +02:00
parent 42f0f5a454
commit abecaeef9c
1 changed files with 4 additions and 0 deletions

View File

@ -1,17 +1,21 @@
[
{
"mode": "NULLABLE",
"name": "name",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "surname",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "age",
"type": "NUMERIC"
},
{
"mode": "NULLABLE",
"name": "_TIMESTAMP",
"type": "TIMESTAMP"
}