[DEV-5312] Include created and modified fields in avro schema
parent
ad9e66c83e
commit
cf0ca51cef
|
@ -73,6 +73,18 @@
|
|||
{
|
||||
"name": "id",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "created",
|
||||
"type": ["null", "long"],
|
||||
"logicalType": "timestamp-millis",
|
||||
"default": null
|
||||
},
|
||||
{
|
||||
"name": "modified",
|
||||
"type": ["null", "long"],
|
||||
"logicalType": "timestamp-millis",
|
||||
"default": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue