export const columnHandleId = (tableName: string, columnName: string) => `${tableName}-${columnName}`