Minor Changes
-
56c956c: You can now modify the expected type for each table column. This could be useful when dealing with
dynamic types such as JSONB or when you want to enforce a specific type for a column.{ // ..., "overrides": { "columns": { "table_name.column_name": "CustomType" } } }
You can read more about it in the documentation
Patch Changes
- Updated dependencies [56c956c]
- @ts-safeql/generate@3.1.0
- @ts-safeql/shared@3.1.0
- @ts-safeql/test-utils@0.0.16