Postgres 18 (already the pinned image) ships uuidv7() as a built-in function, so the app-level generator from the previous commit was unnecessary: same v7 ids, one line per column instead of a dependency plus a lib file, and it now works no matter what actually performs the insert (a migration, psql, another service) rather than only inserts that go through Drizzle's $defaultFn. Verified: schema-driven Drizzle insert and a plain SQL insert via psql both come back with a version-7-shaped id. Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>