@cheetah.js/orm 0.1.40 → 0.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bun/index.js CHANGED
@@ -243713,7 +243713,9 @@ class PgDriver {
243713
243713
  type: row.data_type,
243714
243714
  foreignKeys: this.getForeignKeys(constraints, row),
243715
243715
  isEnum: row.data_type === "USER-DEFINED",
243716
- enumItems: row.data_type === "USER-DEFINED" ? enums[`${schema}_${tableName}_${row.column_name}_enum`] : undefined
243716
+ enumItems: row.data_type === "USER-DEFINED" ? enums[`${schema}_${tableName}_${row.column_name}_enum`] : undefined,
243717
+ precision: row.numeric_precision,
243718
+ scale: row.numeric_scale
243717
243719
  };
243718
243720
  })
243719
243721
  };
@@ -243859,4 +243861,4 @@ export {
243859
243861
  AfterCreate
243860
243862
  };
243861
243863
 
243862
- //# debugId=D073BCA06FCAB5DF64756e2164756e21
243864
+ //# debugId=B533D5D16701FD3764756e2164756e21