pqb 0.9.0 → 0.9.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # pqb
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add command for pulling database structure into a migration
8
+
3
9
  ## 0.9.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.esm.js CHANGED
@@ -4101,7 +4101,10 @@ const columnsByType = {
4101
4101
  uuid: UUIDColumn,
4102
4102
  tsvector: TsVectorColumn,
4103
4103
  tsquery: TsQueryColumn,
4104
- jsonb: JSONColumn
4104
+ jsonb: JSONColumn,
4105
+ smallserial: SmallSerialColumn,
4106
+ serial: SerialColumn,
4107
+ bigserial: BigSerialColumn
4105
4108
  };
4106
4109
 
4107
4110
  var __getOwnPropSymbols$7 = Object.getOwnPropertySymbols;