{:else if field.type === "options"} {:else if field.type === "longform"}
{:else if field.type === "array"} {:else if field.type === "datetime"} {#if datasource?.source !== "ORACLE" && datasource?.source !== "SQL_SERVER"}
{/if} {:else if field.type === "number"} {:else if field.type === "link"} {:else if field.type === FORMULA_TYPE} {#if !table.sql} (field.subtype = e.detail)} options={Object.entries(getAutoColumnInformation())} getOptionLabel={option => option[1].name} getOptionValue={option => option[0]} /> {:else if field.type === JSON_TYPE} {/if}
{#if !uneditable && originalName != null} {/if}
{ field.schema = detail.schema field.json = detail.json }} />

Are you sure you wish to delete the column {originalName}? Your data will be deleted and this action cannot be undone - enter the column name to confirm.