@prisma/studio-core 0.0.0-dev.202505011405 → 0.0.0-dev.202505011411
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/{chunk-7GZTFXO4.js → chunk-EKCGSQL3.js} +1 -1
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +1 -1
- package/dist/data/postgres-core/index.d.cts +6 -6
- package/dist/data/postgres-core/index.d.ts +6 -6
- package/dist/data/postgres-core/index.js +1 -1
- package/package.json +1 -1
|
@@ -86,7 +86,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
86
86
|
datatype_schema: string;
|
|
87
87
|
pk: boolean;
|
|
88
88
|
computed: boolean;
|
|
89
|
-
|
|
89
|
+
nullable: boolean;
|
|
90
90
|
options: string[];
|
|
91
91
|
}[];
|
|
92
92
|
}>;
|
|
@@ -103,7 +103,7 @@ declare function mockTablesQuery(): [{
|
|
|
103
103
|
readonly pk: true;
|
|
104
104
|
readonly computed: false;
|
|
105
105
|
readonly options: [];
|
|
106
|
-
readonly
|
|
106
|
+
readonly nullable: true;
|
|
107
107
|
}, {
|
|
108
108
|
readonly name: "name";
|
|
109
109
|
readonly datatype: "varchar";
|
|
@@ -111,7 +111,7 @@ declare function mockTablesQuery(): [{
|
|
|
111
111
|
readonly pk: false;
|
|
112
112
|
readonly computed: false;
|
|
113
113
|
readonly options: [];
|
|
114
|
-
readonly
|
|
114
|
+
readonly nullable: true;
|
|
115
115
|
}, {
|
|
116
116
|
readonly name: "role";
|
|
117
117
|
readonly datatype: "role";
|
|
@@ -119,7 +119,7 @@ declare function mockTablesQuery(): [{
|
|
|
119
119
|
readonly pk: false;
|
|
120
120
|
readonly computed: false;
|
|
121
121
|
readonly options: ["admin", "maintainer", "member"];
|
|
122
|
-
readonly
|
|
122
|
+
readonly nullable: true;
|
|
123
123
|
}, {
|
|
124
124
|
readonly name: "created_at";
|
|
125
125
|
readonly datatype: "timestamptz";
|
|
@@ -127,7 +127,7 @@ declare function mockTablesQuery(): [{
|
|
|
127
127
|
readonly pk: false;
|
|
128
128
|
readonly computed: false;
|
|
129
129
|
readonly options: [];
|
|
130
|
-
readonly
|
|
130
|
+
readonly nullable: true;
|
|
131
131
|
}, {
|
|
132
132
|
readonly name: "deleted_at";
|
|
133
133
|
readonly datatype: "timestamptz";
|
|
@@ -135,7 +135,7 @@ declare function mockTablesQuery(): [{
|
|
|
135
135
|
readonly pk: false;
|
|
136
136
|
readonly computed: false;
|
|
137
137
|
readonly options: [];
|
|
138
|
-
readonly
|
|
138
|
+
readonly nullable: true;
|
|
139
139
|
}];
|
|
140
140
|
}];
|
|
141
141
|
/**
|
|
@@ -86,7 +86,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
86
86
|
datatype_schema: string;
|
|
87
87
|
pk: boolean;
|
|
88
88
|
computed: boolean;
|
|
89
|
-
|
|
89
|
+
nullable: boolean;
|
|
90
90
|
options: string[];
|
|
91
91
|
}[];
|
|
92
92
|
}>;
|
|
@@ -103,7 +103,7 @@ declare function mockTablesQuery(): [{
|
|
|
103
103
|
readonly pk: true;
|
|
104
104
|
readonly computed: false;
|
|
105
105
|
readonly options: [];
|
|
106
|
-
readonly
|
|
106
|
+
readonly nullable: true;
|
|
107
107
|
}, {
|
|
108
108
|
readonly name: "name";
|
|
109
109
|
readonly datatype: "varchar";
|
|
@@ -111,7 +111,7 @@ declare function mockTablesQuery(): [{
|
|
|
111
111
|
readonly pk: false;
|
|
112
112
|
readonly computed: false;
|
|
113
113
|
readonly options: [];
|
|
114
|
-
readonly
|
|
114
|
+
readonly nullable: true;
|
|
115
115
|
}, {
|
|
116
116
|
readonly name: "role";
|
|
117
117
|
readonly datatype: "role";
|
|
@@ -119,7 +119,7 @@ declare function mockTablesQuery(): [{
|
|
|
119
119
|
readonly pk: false;
|
|
120
120
|
readonly computed: false;
|
|
121
121
|
readonly options: ["admin", "maintainer", "member"];
|
|
122
|
-
readonly
|
|
122
|
+
readonly nullable: true;
|
|
123
123
|
}, {
|
|
124
124
|
readonly name: "created_at";
|
|
125
125
|
readonly datatype: "timestamptz";
|
|
@@ -127,7 +127,7 @@ declare function mockTablesQuery(): [{
|
|
|
127
127
|
readonly pk: false;
|
|
128
128
|
readonly computed: false;
|
|
129
129
|
readonly options: [];
|
|
130
|
-
readonly
|
|
130
|
+
readonly nullable: true;
|
|
131
131
|
}, {
|
|
132
132
|
readonly name: "deleted_at";
|
|
133
133
|
readonly datatype: "timestamptz";
|
|
@@ -135,7 +135,7 @@ declare function mockTablesQuery(): [{
|
|
|
135
135
|
readonly pk: false;
|
|
136
136
|
readonly computed: false;
|
|
137
137
|
readonly options: [];
|
|
138
|
-
readonly
|
|
138
|
+
readonly nullable: true;
|
|
139
139
|
}];
|
|
140
140
|
}];
|
|
141
141
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-EKCGSQL3.js";import"../../chunk-GNXJUBVK.js";import"../../chunk-BMVJYUJW.js";export{j as createPostgresAdapter,e as getDeleteQuery,a as getInsertQuery,b as getSelectQuery,f as getTablesQuery,h as getTimezoneQuery,d as getUpdateQuery,k as mockIntrospect,c as mockSelectQuery,g as mockTablesQuery,i as mockTimezoneQuery};
|