© 2026 Hedgehog Software, LLC
information: text('information').$type<MeritInformation>(),
type MeritInformation = { title: string; };
const insert = await db .insert(meritsTable) .values({ type: 2, userId: 1, slug: 'test23', information: { title: 'test' } }) .execute();
information
[object Object]