test-entity-library-asm 3.8.5 → 3.8.6

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.
@@ -117,6 +117,7 @@ var Partner = /** @class */ (function () {
117
117
  (0, typeorm_1.Column)({
118
118
  length: 255,
119
119
  type: "varchar",
120
+ unique: true,
120
121
  nullable: true,
121
122
  default: null,
122
123
  comment: "Guardamos el token o lo que nos retorna google cuando le damos iniciar con google",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-entity-library-asm",
3
- "version": "3.8.5",
3
+ "version": "3.8.6",
4
4
  "description": "Entidades de ejemplo para una base de datos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -122,6 +122,7 @@ export class Partner {
122
122
  @Column({
123
123
  length: 255,
124
124
  type: "varchar",
125
+ unique: true,
125
126
  nullable: true,
126
127
  default: null,
127
128
  comment: