© 2026 Hedgehog Software, LLC
hostnames: jsonb("hostnames").$type<string[]>().default([]),
const obj = { name: 'foo', hostnames: [ 'foo.bar.com' ], }
"[\"foo.bar.com\"]"
# select hostnames->>0 from assets limit 5; ?column? ════════════════════════════════════ ["foo.bar.com"]