drizzle-kit 1.0.0-beta.2-b2cf0ac → 1.0.0-beta.2-0ff3a44
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/api-mysql.js +1 -1
- package/api-mysql.mjs +1 -1
- package/api-postgres.js +1 -1
- package/api-postgres.mjs +1 -1
- package/api-sqlite.js +1 -1
- package/api-sqlite.mjs +1 -1
- package/bin.cjs +1 -1
- package/package.json +1 -1
package/api-mysql.js
CHANGED
|
@@ -19560,7 +19560,7 @@ var init_snapshot6 = __esm({
|
|
|
19560
19560
|
primaryKey: booleanType(),
|
|
19561
19561
|
notNull: booleanType(),
|
|
19562
19562
|
autoincrement: booleanType().optional(),
|
|
19563
|
-
default:
|
|
19563
|
+
default: coerce.string().optional(),
|
|
19564
19564
|
generated: objectType({
|
|
19565
19565
|
type: enumType(["stored", "virtual"]),
|
|
19566
19566
|
as: stringType()
|
package/api-mysql.mjs
CHANGED
|
@@ -19572,7 +19572,7 @@ var init_snapshot6 = __esm({
|
|
|
19572
19572
|
primaryKey: booleanType(),
|
|
19573
19573
|
notNull: booleanType(),
|
|
19574
19574
|
autoincrement: booleanType().optional(),
|
|
19575
|
-
default:
|
|
19575
|
+
default: coerce.string().optional(),
|
|
19576
19576
|
generated: objectType({
|
|
19577
19577
|
type: enumType(["stored", "virtual"]),
|
|
19578
19578
|
as: stringType()
|
package/api-postgres.js
CHANGED
|
@@ -21537,7 +21537,7 @@ var init_snapshot6 = __esm({
|
|
|
21537
21537
|
primaryKey: booleanType(),
|
|
21538
21538
|
notNull: booleanType(),
|
|
21539
21539
|
autoincrement: booleanType().optional(),
|
|
21540
|
-
default:
|
|
21540
|
+
default: coerce.string().optional(),
|
|
21541
21541
|
generated: objectType({
|
|
21542
21542
|
type: enumType(["stored", "virtual"]),
|
|
21543
21543
|
as: stringType()
|
package/api-postgres.mjs
CHANGED
|
@@ -21543,7 +21543,7 @@ var init_snapshot6 = __esm({
|
|
|
21543
21543
|
primaryKey: booleanType(),
|
|
21544
21544
|
notNull: booleanType(),
|
|
21545
21545
|
autoincrement: booleanType().optional(),
|
|
21546
|
-
default:
|
|
21546
|
+
default: coerce.string().optional(),
|
|
21547
21547
|
generated: objectType({
|
|
21548
21548
|
type: enumType(["stored", "virtual"]),
|
|
21549
21549
|
as: stringType()
|
package/api-sqlite.js
CHANGED
|
@@ -19560,7 +19560,7 @@ var init_snapshot6 = __esm({
|
|
|
19560
19560
|
primaryKey: booleanType(),
|
|
19561
19561
|
notNull: booleanType(),
|
|
19562
19562
|
autoincrement: booleanType().optional(),
|
|
19563
|
-
default:
|
|
19563
|
+
default: coerce.string().optional(),
|
|
19564
19564
|
generated: objectType({
|
|
19565
19565
|
type: enumType(["stored", "virtual"]),
|
|
19566
19566
|
as: stringType()
|
package/api-sqlite.mjs
CHANGED
|
@@ -19572,7 +19572,7 @@ var init_snapshot6 = __esm({
|
|
|
19572
19572
|
primaryKey: booleanType(),
|
|
19573
19573
|
notNull: booleanType(),
|
|
19574
19574
|
autoincrement: booleanType().optional(),
|
|
19575
|
-
default:
|
|
19575
|
+
default: coerce.string().optional(),
|
|
19576
19576
|
generated: objectType({
|
|
19577
19577
|
type: enumType(["stored", "virtual"]),
|
|
19578
19578
|
as: stringType()
|
package/bin.cjs
CHANGED
|
@@ -28420,7 +28420,7 @@ var init_snapshot6 = __esm({
|
|
|
28420
28420
|
primaryKey: booleanType(),
|
|
28421
28421
|
notNull: booleanType(),
|
|
28422
28422
|
autoincrement: booleanType().optional(),
|
|
28423
|
-
default:
|
|
28423
|
+
default: coerce.string().optional(),
|
|
28424
28424
|
generated: objectType({
|
|
28425
28425
|
type: enumType(["stored", "virtual"]),
|
|
28426
28426
|
as: stringType()
|