export const baseColumns = { id: { primary: true, type: 'uuid', generated: 'uuid', }, } as const;