creating a Delta table if the table doesn't already exist, its nessary for change data capture and for keepinghistorical data. my case i read form kafka and i wont to wirte to a delta table. But befor wirint i need to create a table with schma defintion and enable change data capture (i get extra columns). I want a kind of schema enforcement befor wiriting data from kefka