{:else if editableColumn.type === "options"} {:else if editableColumn.type === "longform"}
{:else if editableColumn.type === "array"} {:else if editableColumn.type === "datetime" && !editableColumn.autocolumn} {#if datasource?.source !== "ORACLE" && datasource?.source !== "SQL_SERVER"}
{/if} {:else if editableColumn.type === "number" && !editableColumn.autocolumn} {:else if editableColumn.type === "link"} {:else if editableColumn.type === FORMULA_TYPE} {#if !table.sql} (editableColumn.subtype = e.detail)} options={Object.entries(autoColumnOptions)} getOptionLabel={option => option[1].name} getOptionValue={option => option[0]} disabled={!availableAutoColumnKeys?.length || editableColumn.autocolumn} error={errors?.subtype} /> {/if}
{#if !uneditable && originalName != null} {/if}
{ editableColumn.schema = detail.schema editableColumn.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.