@dbml/cli 8.0.0-alpha.8 → 8.0.0-prerelease.0
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/__tests__/db2dbml/mssql/dbml-error.log +110 -0
- package/__tests__/db2dbml/mysql/dbml-error.log +143 -0
- package/__tests__/db2dbml/oracle/dbml-error.log +154 -0
- package/__tests__/db2dbml/postgres/dbml-error.log +77 -0
- package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/multifile aliased import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/auth.dbml +4 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile circular import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/a.dbml +6 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/b.dbml +6 -0
- package/__tests__/dbml2sql/multifile circular import stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile circular import stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +97 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/lib.dbml +4 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/options.json +3 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/stdout.txt +5 -0
- package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +7182 -0
- package/__tests__/dbml2sql/multifile error import-not-found/in-files/main.dbml +5 -0
- package/__tests__/dbml2sql/multifile error import-not-found/options.json +3 -0
- package/__tests__/dbml2sql/multifile error import-not-found/stdout.txt +4 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/dbml-error.log +28 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/broken.dbml +4 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/options.json +3 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/stdout.txt +5 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +28 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/base.dbml +6 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/main.dbml +3 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/types.dbml +4 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/options.json +3 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/stdout.txt +4 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/base.dbml +9 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/stdout.txt +23 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/main.dbml +2 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/orders.dbml +8 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/users.dbml +4 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/auth.dbml +9 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/main.dbml +3 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/base.dbml +14 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/main.dbml +1 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/base.dbml +6 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/main.dbml +7 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/types.dbml +4 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/stdout.txt +20 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/single file stdout/in-files/schema.dbml +11 -0
- package/__tests__/dbml2sql/single file stdout/options.json +3 -0
- package/__tests__/dbml2sql/single file stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/syntax-error/dbml-error.log +116 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +44 -0
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +44 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +44 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +44 -0
- package/lib/index.js +44 -91
- package/package.json +5 -5
- package/src/NodeProjectLayout.ts +31 -89
- package/src/cli/connector.ts +5 -2
- package/src/cli/export.ts +19 -18
- package/src/cli/import.ts +7 -3
- package/src/helpers/logger.ts +4 -23
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
2026-05-14T09:16:42.094Z
|
|
2
|
+
|
|
3
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
4
|
+
|
|
5
|
+
2026-05-14T09:17:19.884Z
|
|
6
|
+
|
|
7
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
8
|
+
|
|
9
|
+
2026-05-14T09:24:40.738Z
|
|
10
|
+
|
|
11
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
12
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
13
|
+
|
|
14
|
+
2026-05-14T09:25:02.688Z
|
|
15
|
+
|
|
16
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
17
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
18
|
+
|
|
19
|
+
2026-05-14T09:25:39.977Z
|
|
20
|
+
|
|
21
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
22
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
23
|
+
|
|
24
|
+
2026-05-14T15:04:06.027Z
|
|
25
|
+
|
|
26
|
+
./in-files/broken.dbml(4,1): Expect an identifier
|
|
27
|
+
./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
|
|
28
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
2026-05-14T08:45:11.176Z
|
|
2
|
+
|
|
3
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
4
|
+
|
|
5
|
+
2026-05-14T08:46:38.829Z
|
|
6
|
+
|
|
7
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
8
|
+
|
|
9
|
+
2026-05-14T08:47:26.169Z
|
|
10
|
+
|
|
11
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
12
|
+
|
|
13
|
+
2026-05-14T09:17:21.091Z
|
|
14
|
+
|
|
15
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
16
|
+
|
|
17
|
+
2026-05-14T09:24:42.002Z
|
|
18
|
+
|
|
19
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
20
|
+
|
|
21
|
+
2026-05-14T09:25:41.213Z
|
|
22
|
+
|
|
23
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
24
|
+
|
|
25
|
+
2026-05-14T15:04:07.337Z
|
|
26
|
+
|
|
27
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
28
|
+
|
|
File without changes
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
CREATE TABLE "orders" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"user_id" int
|
|
4
|
+
);
|
|
5
|
+
|
|
6
|
+
CREATE TABLE "users" (
|
|
7
|
+
"id" int PRIMARY KEY,
|
|
8
|
+
"name" varchar
|
|
9
|
+
);
|
|
10
|
+
|
|
11
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
12
|
+
|
|
13
|
+
-- Defer constraint checking for INSERT
|
|
14
|
+
BEGIN;
|
|
15
|
+
SET CONSTRAINTS ALL DEFERRED;
|
|
16
|
+
|
|
17
|
+
INSERT INTO "users" ("id", "name")
|
|
18
|
+
VALUES
|
|
19
|
+
(1, 'Alice'),
|
|
20
|
+
(2, 'Bob');
|
|
21
|
+
|
|
22
|
+
SET CONSTRAINTS ALL IMMEDIATE;
|
|
23
|
+
COMMIT;
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
CREATE TABLE "users" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"email" varchar
|
|
4
|
+
);
|
|
5
|
+
|
|
6
|
+
CREATE TABLE "orders" (
|
|
7
|
+
"id" int PRIMARY KEY,
|
|
8
|
+
"user_id" int
|
|
9
|
+
);
|
|
10
|
+
|
|
11
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
12
|
+
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
CREATE SCHEMA "auth";
|
|
2
|
+
|
|
3
|
+
CREATE TABLE "auth"."users" (
|
|
4
|
+
"id" int PRIMARY KEY,
|
|
5
|
+
"email" varchar
|
|
6
|
+
);
|
|
7
|
+
|
|
8
|
+
CREATE TABLE "auth"."roles" (
|
|
9
|
+
"id" int PRIMARY KEY,
|
|
10
|
+
"name" varchar
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
ALTER TABLE "auth"."users" ADD FOREIGN KEY ("id") REFERENCES "auth"."roles" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
14
|
+
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
use { tablegroup content } from './base.dbml'
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
CREATE TABLE "orders" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"user_id" int,
|
|
4
|
+
"product_id" int
|
|
5
|
+
);
|
|
6
|
+
|
|
7
|
+
CREATE TABLE "users" (
|
|
8
|
+
"id" int PRIMARY KEY,
|
|
9
|
+
"name" varchar
|
|
10
|
+
);
|
|
11
|
+
|
|
12
|
+
CREATE TABLE "products" (
|
|
13
|
+
"id" int PRIMARY KEY,
|
|
14
|
+
"name" varchar
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
18
|
+
|
|
19
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
20
|
+
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
CREATE TABLE "users" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"name" varchar,
|
|
4
|
+
"email" varchar UNIQUE
|
|
5
|
+
);
|
|
6
|
+
|
|
7
|
+
CREATE TABLE "posts" (
|
|
8
|
+
"id" int PRIMARY KEY,
|
|
9
|
+
"title" varchar,
|
|
10
|
+
"user_id" int
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
ALTER TABLE "posts" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
14
|
+
|
|
@@ -131,3 +131,119 @@ undefined
|
|
|
131
131
|
ecommerce.dbml(17,24): Expect an identifier
|
|
132
132
|
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
133
133
|
|
|
134
|
+
2026-05-07T08:40:38.665Z
|
|
135
|
+
|
|
136
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
137
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
138
|
+
|
|
139
|
+
2026-05-07T08:42:33.135Z
|
|
140
|
+
|
|
141
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
142
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
143
|
+
|
|
144
|
+
2026-05-12T10:00:04.107Z
|
|
145
|
+
|
|
146
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
147
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
148
|
+
|
|
149
|
+
2026-05-14T03:41:45.756Z
|
|
150
|
+
|
|
151
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
152
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
153
|
+
|
|
154
|
+
2026-05-14T03:43:47.261Z
|
|
155
|
+
|
|
156
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
157
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
158
|
+
|
|
159
|
+
2026-05-14T03:45:06.947Z
|
|
160
|
+
|
|
161
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
162
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
163
|
+
|
|
164
|
+
2026-05-14T08:24:58.781Z
|
|
165
|
+
|
|
166
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
167
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
168
|
+
|
|
169
|
+
2026-05-14T08:25:39.122Z
|
|
170
|
+
|
|
171
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
172
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
173
|
+
|
|
174
|
+
2026-05-14T08:27:35.270Z
|
|
175
|
+
|
|
176
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
177
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
178
|
+
|
|
179
|
+
2026-05-14T08:28:16.807Z
|
|
180
|
+
|
|
181
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
182
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
183
|
+
|
|
184
|
+
2026-05-14T08:29:42.325Z
|
|
185
|
+
|
|
186
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
187
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
188
|
+
|
|
189
|
+
2026-05-14T08:35:44.574Z
|
|
190
|
+
|
|
191
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
192
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
193
|
+
|
|
194
|
+
2026-05-14T08:36:29.391Z
|
|
195
|
+
|
|
196
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
197
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
198
|
+
|
|
199
|
+
2026-05-14T08:39:37.109Z
|
|
200
|
+
|
|
201
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
202
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
203
|
+
|
|
204
|
+
2026-05-14T08:42:20.857Z
|
|
205
|
+
|
|
206
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
207
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
208
|
+
|
|
209
|
+
2026-05-14T08:43:06.084Z
|
|
210
|
+
|
|
211
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
212
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
213
|
+
|
|
214
|
+
2026-05-14T08:44:36.820Z
|
|
215
|
+
|
|
216
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
217
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
218
|
+
|
|
219
|
+
2026-05-14T08:46:52.676Z
|
|
220
|
+
|
|
221
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
222
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
223
|
+
|
|
224
|
+
2026-05-14T08:47:40.201Z
|
|
225
|
+
|
|
226
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
227
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
228
|
+
|
|
229
|
+
2026-05-14T09:17:34.775Z
|
|
230
|
+
|
|
231
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
232
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
233
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
234
|
+
|
|
235
|
+
2026-05-14T09:24:55.737Z
|
|
236
|
+
|
|
237
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
238
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
239
|
+
|
|
240
|
+
2026-05-14T09:25:54.774Z
|
|
241
|
+
|
|
242
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
243
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
244
|
+
|
|
245
|
+
2026-05-14T15:04:21.573Z
|
|
246
|
+
|
|
247
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
248
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
249
|
+
|
package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -132,3 +132,47 @@ undefined
|
|
|
132
132
|
|
|
133
133
|
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
134
134
|
|
|
135
|
+
2026-05-07T08:40:40.063Z
|
|
136
|
+
|
|
137
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
138
|
+
|
|
139
|
+
2026-05-07T08:42:34.694Z
|
|
140
|
+
|
|
141
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
142
|
+
|
|
143
|
+
2026-05-12T10:00:05.690Z
|
|
144
|
+
|
|
145
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
146
|
+
|
|
147
|
+
2026-05-14T03:41:47.259Z
|
|
148
|
+
|
|
149
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
150
|
+
|
|
151
|
+
2026-05-14T03:43:48.835Z
|
|
152
|
+
|
|
153
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
154
|
+
|
|
155
|
+
2026-05-14T03:45:08.653Z
|
|
156
|
+
|
|
157
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
158
|
+
|
|
159
|
+
2026-05-14T08:28:18.493Z
|
|
160
|
+
|
|
161
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
162
|
+
|
|
163
|
+
2026-05-14T08:29:43.719Z
|
|
164
|
+
|
|
165
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
166
|
+
|
|
167
|
+
2026-05-14T08:36:30.834Z
|
|
168
|
+
|
|
169
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
170
|
+
|
|
171
|
+
2026-05-14T08:47:41.638Z
|
|
172
|
+
|
|
173
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
174
|
+
|
|
175
|
+
2026-05-14T15:04:23.072Z
|
|
176
|
+
|
|
177
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
178
|
+
|
|
@@ -132,3 +132,47 @@ undefined
|
|
|
132
132
|
|
|
133
133
|
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
134
134
|
|
|
135
|
+
2026-05-07T08:40:41.446Z
|
|
136
|
+
|
|
137
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
138
|
+
|
|
139
|
+
2026-05-07T08:42:36.191Z
|
|
140
|
+
|
|
141
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
142
|
+
|
|
143
|
+
2026-05-12T10:00:07.181Z
|
|
144
|
+
|
|
145
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
146
|
+
|
|
147
|
+
2026-05-14T03:41:48.714Z
|
|
148
|
+
|
|
149
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
150
|
+
|
|
151
|
+
2026-05-14T03:43:50.511Z
|
|
152
|
+
|
|
153
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
154
|
+
|
|
155
|
+
2026-05-14T03:45:10.329Z
|
|
156
|
+
|
|
157
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
158
|
+
|
|
159
|
+
2026-05-14T08:28:20.107Z
|
|
160
|
+
|
|
161
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
162
|
+
|
|
163
|
+
2026-05-14T08:29:45.162Z
|
|
164
|
+
|
|
165
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
166
|
+
|
|
167
|
+
2026-05-14T08:36:32.215Z
|
|
168
|
+
|
|
169
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
170
|
+
|
|
171
|
+
2026-05-14T08:47:43.095Z
|
|
172
|
+
|
|
173
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
174
|
+
|
|
175
|
+
2026-05-14T15:04:24.555Z
|
|
176
|
+
|
|
177
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
178
|
+
|