testing/schema_introspect.ts view source
ColumnSnapshot Per-column structural metadata.
data_type
SQL standard type name from information_schema.columns.data_type.
stringudt_name
Postgres-native type name from information_schema.columns.udt_name.
stringis_nullable
true when the column accepts NULL.
booleancolumn_default
Default-value expression as Postgres reports it, or null if none.
string | nullis_identity
true when the column was declared GENERATED ... AS IDENTITY.
boolean