Skip to content

@sqlrooms/sql-editor / CreateTableFormInitialValues

Type Alias: CreateTableFormInitialValues

CreateTableFormInitialValues = Partial<{ tableName: string; replace: boolean; temp: boolean; view: boolean; schema: string; database: string; }>

Initial values for the create table form.