@dbml/cli 8.3.1 → 8.4.0-alpha.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.
Files changed (56) hide show
  1. package/__tests__/db2dbml/mssql/dbml-error.log +759 -10
  2. package/__tests__/db2dbml/mysql/dbml-error.log +987 -2
  3. package/__tests__/db2dbml/oracle/dbml-error.log +1063 -13
  4. package/__tests__/db2dbml/postgres/dbml-error.log +537 -5
  5. package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
  6. package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
  7. package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
  8. package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
  9. package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
  10. package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
  11. package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
  12. package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
  13. package/__tests__/dbml2sql/multifile aliased import stdout/dbml-error.log +0 -0
  14. package/__tests__/dbml2sql/multifile circular import stdout/dbml-error.log +0 -0
  15. package/__tests__/dbml2sql/multifile complex stdout/dbml-error.log +0 -0
  16. package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +257 -0
  17. package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +27278 -0
  18. package/__tests__/dbml2sql/multifile error imported-syntax-error/dbml-error.log +188 -0
  19. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +156 -0
  20. package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
  21. package/__tests__/dbml2sql/multifile refs across files stdout/dbml-error.log +0 -0
  22. package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
  23. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
  24. package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
  25. package/__tests__/dbml2sql/multiple_schema_mssql/dbml-error.log +30 -0
  26. package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
  27. package/__tests__/dbml2sql/multiple_schema_mysql/dbml-error.log +30 -0
  28. package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
  29. package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
  30. package/__tests__/dbml2sql/multiple_schema_pg/dbml-error.log +30 -0
  31. package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
  32. package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
  33. package/__tests__/dbml2sql/syntax-error/dbml-error.log +400 -2
  34. package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +302 -2
  35. package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +302 -2
  36. package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +302 -2
  37. package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +298 -2
  38. package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +298 -2
  39. package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +298 -2
  40. package/__tests__/sql2dbml/syntax-error/dbml-error.log +277 -2
  41. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +274 -2
  42. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +270 -2
  43. package/dbml-error.log +1 -289
  44. package/lib/index.js +5 -5
  45. package/package.json +5 -5
  46. package/coverage/base.css +0 -224
  47. package/coverage/block-navigation.js +0 -87
  48. package/coverage/coverage-summary.json +0 -3
  49. package/coverage/favicon.png +0 -0
  50. package/coverage/index.html +0 -116
  51. package/coverage/prettify.css +0 -1
  52. package/coverage/prettify.js +0 -2
  53. package/coverage/sort-arrow-sprite.png +0 -0
  54. package/coverage/sorter.js +0 -210
  55. package/coverage/testHelpers.ts.html +0 -109
  56. package/snowflake.log +0 -129
@@ -1,6 +1,404 @@
1
- 2026-05-06T10:51:56.321Z
1
+ 2026-04-11T10:15:21.199Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:19.195Z
4
+ 2026-04-11T10:19:04.088Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:52:48.811Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:19.006Z
11
+ undefined
12
+
13
+ 2026-04-11T11:13:27.349Z
14
+ undefined
15
+
16
+ 2026-04-11T15:32:39.915Z
17
+ undefined
18
+
19
+ 2026-04-17T08:27:28.326Z
20
+ undefined
21
+
22
+ 2026-04-17T08:29:20.119Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:03.184Z
26
+ undefined
27
+
28
+ 2026-04-25T14:22:44.057Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:02.339Z
32
+ undefined
33
+
34
+ 2026-04-25T14:25:21.647Z
35
+ undefined
36
+
37
+ 2026-04-25T14:26:40.844Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:01.821Z
41
+ undefined
42
+
43
+ 2026-04-25T14:38:23.615Z
44
+ undefined
45
+
46
+ 2026-04-25T14:41:28.012Z
47
+ undefined
48
+
49
+ 2026-04-25T14:45:36.317Z
50
+ undefined
51
+
52
+ 2026-04-25T14:46:57.004Z
53
+ undefined
54
+
55
+ 2026-04-25T14:49:03.213Z
56
+ undefined
57
+
58
+ 2026-04-25T14:50:23.248Z
59
+ undefined
60
+
61
+ 2026-04-25T14:51:35.482Z
62
+ undefined
63
+
64
+ 2026-04-25T14:53:24.312Z
65
+ undefined
66
+
67
+ 2026-04-25T14:54:49.474Z
68
+ undefined
69
+
70
+ 2026-04-25T14:56:44.419Z
71
+ undefined
72
+
73
+ 2026-04-25T14:58:36.576Z
74
+ undefined
75
+
76
+ 2026-04-25T15:18:09.433Z
77
+ undefined
78
+
79
+ 2026-04-25T15:44:25.468Z
80
+ undefined
81
+
82
+ 2026-05-03T12:49:27.909Z
83
+ undefined
84
+
85
+ 2026-05-03T12:54:42.549Z
86
+ undefined
87
+
88
+ 2026-05-03T13:23:15.109Z
89
+ undefined
90
+
91
+ 2026-05-04T15:13:21.742Z
92
+ undefined
93
+
94
+ 2026-05-04T17:05:14.652Z
95
+ undefined
96
+
97
+ 2026-05-04T17:06:25.904Z
98
+ undefined
99
+
100
+ 2026-05-04T17:07:43.156Z
101
+ undefined
102
+
103
+ 2026-05-06T08:10:56.542Z
104
+
105
+ ecommerce.dbml(17,24): Expect an identifier
106
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
107
+
108
+ 2026-05-06T08:13:50.647Z
109
+
110
+ ecommerce.dbml(17,24): Expect an identifier
111
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
112
+
113
+ 2026-05-06T08:16:15.497Z
114
+
115
+ ecommerce.dbml(17,24): Expect an identifier
116
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
117
+
118
+ 2026-05-06T08:17:23.525Z
119
+ undefined
120
+
121
+ 2026-05-06T08:18:39.956Z
122
+ undefined
123
+
124
+ 2026-05-06T08:31:51.201Z
125
+
126
+ ecommerce.dbml(17,24): Expect an identifier
127
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
128
+
129
+ 2026-05-06T10:17:00.549Z
130
+
131
+ ecommerce.dbml(17,24): Expect an identifier
132
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
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
+
250
+ 2026-06-01T03:37:25.799Z
251
+
252
+ ecommerce.dbml(17,24): Expect an identifier
253
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
254
+
255
+ 2026-06-01T03:38:39.133Z
256
+
257
+ ecommerce.dbml(17,24): Expect an identifier
258
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
259
+
260
+ 2026-06-01T04:53:38.454Z
261
+
262
+ ecommerce.dbml(17,24): Expect an identifier
263
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
264
+
265
+ 2026-07-01T10:22:16.088Z
266
+
267
+ ecommerce.dbml(17,24): Expect an identifier
268
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
269
+
270
+ 2026-07-01T10:23:52.809Z
271
+
272
+ ecommerce.dbml(17,24): Expect an identifier
273
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
274
+
275
+ 2026-07-01T10:26:12.195Z
276
+
277
+ ecommerce.dbml(17,24): Expect an identifier
278
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
279
+
280
+ 2026-07-01T10:28:02.360Z
281
+
282
+ ecommerce.dbml(17,24): Expect an identifier
283
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
284
+
285
+ 2026-07-01T10:29:37.393Z
286
+
287
+ ecommerce.dbml(17,24): Expect an identifier
288
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
289
+
290
+ 2026-07-01T10:31:24.798Z
291
+
292
+ ecommerce.dbml(17,24): Expect an identifier
293
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
294
+
295
+ 2026-07-01T10:34:18.113Z
296
+
297
+ ecommerce.dbml(17,24): Expect an identifier
298
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
299
+
300
+ 2026-07-01T10:36:54.305Z
301
+
302
+ ecommerce.dbml(17,24): Expect an identifier
303
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
304
+
305
+ 2026-07-01T10:38:26.100Z
306
+
307
+ ecommerce.dbml(17,24): Expect an identifier
308
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
309
+
310
+ 2026-07-01T10:41:16.236Z
311
+
312
+ ecommerce.dbml(17,24): Expect an identifier
313
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
314
+
315
+ 2026-07-01T10:42:49.244Z
316
+
317
+ ecommerce.dbml(17,24): Expect an identifier
318
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
319
+
320
+ 2026-07-01T10:52:05.246Z
321
+
322
+ ecommerce.dbml(17,24): Expect an identifier
323
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
324
+
325
+ 2026-07-01T10:52:57.963Z
326
+
327
+ ecommerce.dbml(17,24): Expect an identifier
328
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
329
+
330
+ 2026-07-03T05:20:36.287Z
331
+
332
+ ecommerce.dbml(17,24): Expect an identifier
333
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
334
+
335
+ 2026-07-03T08:50:24.740Z
336
+
337
+ ecommerce.dbml(17,24): Expect an identifier
338
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
339
+
340
+ 2026-07-03T08:52:02.184Z
341
+
342
+ ecommerce.dbml(17,24): Expect an identifier
343
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
344
+
345
+ 2026-07-03T10:22:43.612Z
346
+
347
+ ecommerce.dbml(17,24): Expect an identifier
348
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
349
+
350
+ 2026-07-06T02:59:43.970Z
351
+
352
+ ecommerce.dbml(17,24): Expect an identifier
353
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
354
+
355
+ 2026-07-06T03:04:29.041Z
356
+
357
+ ecommerce.dbml(17,24): Expect an identifier
358
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
359
+
360
+ 2026-07-06T03:34:12.783Z
361
+
362
+ ecommerce.dbml(17,24): Expect an identifier
363
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
364
+
365
+ 2026-07-06T03:58:58.483Z
366
+
367
+ ecommerce.dbml(17,24): Expect an identifier
368
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
369
+
370
+ 2026-07-06T04:53:08.929Z
371
+
372
+ ecommerce.dbml(17,24): Expect an identifier
373
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
374
+
375
+ 2026-07-06T05:26:15.794Z
376
+
377
+ ecommerce.dbml(17,24): Expect an identifier
378
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
379
+
380
+ 2026-07-06T05:31:24.146Z
381
+
382
+ ecommerce.dbml(17,24): Expect an identifier
383
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
384
+
385
+ 2026-07-06T09:39:46.603Z
386
+
387
+ ecommerce.dbml(17,24): Expect an identifier
388
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
389
+
390
+ 2026-07-06T09:41:42.394Z
391
+
392
+ ecommerce.dbml(17,24): Expect an identifier
393
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
394
+
395
+ 2026-07-06T09:52:54.561Z
396
+
397
+ ecommerce.dbml(17,24): Expect an identifier
398
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
399
+
400
+ 2026-07-06T10:05:47.972Z
401
+
402
+ ecommerce.dbml(17,24): Expect an identifier
403
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
404
+
@@ -1,6 +1,306 @@
1
- 2026-05-06T10:51:57.069Z
1
+ 2026-04-11T10:15:22.531Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:19.926Z
4
+ 2026-04-11T10:19:05.512Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:52:50.249Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:20.371Z
11
+ undefined
12
+
13
+ 2026-04-11T11:13:28.761Z
14
+ undefined
15
+
16
+ 2026-04-11T15:32:41.498Z
17
+ undefined
18
+
19
+ 2026-04-17T08:27:29.836Z
20
+ undefined
21
+
22
+ 2026-04-17T08:29:21.628Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:04.736Z
26
+ undefined
27
+
28
+ 2026-04-25T14:22:45.438Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:03.846Z
32
+ undefined
33
+
34
+ 2026-04-25T14:25:23.080Z
35
+ undefined
36
+
37
+ 2026-04-25T14:26:42.247Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:03.239Z
41
+ undefined
42
+
43
+ 2026-04-25T14:38:24.983Z
44
+ undefined
45
+
46
+ 2026-04-25T14:41:29.403Z
47
+ undefined
48
+
49
+ 2026-04-25T14:45:37.807Z
50
+ undefined
51
+
52
+ 2026-04-25T14:46:58.342Z
53
+ undefined
54
+
55
+ 2026-04-25T14:49:04.590Z
56
+ undefined
57
+
58
+ 2026-04-25T14:50:24.666Z
59
+ undefined
60
+
61
+ 2026-04-25T14:51:36.887Z
62
+ undefined
63
+
64
+ 2026-04-25T14:53:25.763Z
65
+ undefined
66
+
67
+ 2026-04-25T14:54:50.929Z
68
+ undefined
69
+
70
+ 2026-04-25T14:56:45.941Z
71
+ undefined
72
+
73
+ 2026-04-25T14:58:38.062Z
74
+ undefined
75
+
76
+ 2026-04-25T15:18:10.859Z
77
+ undefined
78
+
79
+ 2026-04-25T15:44:26.959Z
80
+ undefined
81
+
82
+ 2026-04-30T02:23:32.902Z
83
+ undefined
84
+
85
+ 2026-04-30T02:26:20.499Z
86
+ undefined
87
+
88
+ 2026-05-03T12:49:29.493Z
89
+ undefined
90
+
91
+ 2026-05-03T12:54:44.382Z
92
+ undefined
93
+
94
+ 2026-05-03T13:23:16.693Z
95
+ undefined
96
+
97
+ 2026-05-04T15:13:23.503Z
98
+ undefined
99
+
100
+ 2026-05-04T17:05:16.056Z
101
+ undefined
102
+
103
+ 2026-05-04T17:06:27.307Z
104
+ undefined
105
+
106
+ 2026-05-04T17:07:44.529Z
107
+ undefined
108
+
109
+ 2026-05-06T08:10:57.871Z
110
+
111
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
112
+
113
+ 2026-05-06T08:13:52.010Z
114
+
115
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
116
+
117
+ 2026-05-06T08:16:16.922Z
118
+
119
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
120
+
121
+ 2026-05-06T08:17:24.977Z
122
+ undefined
123
+
124
+ 2026-05-06T08:18:41.350Z
125
+ undefined
126
+
127
+ 2026-05-06T08:31:52.703Z
128
+
129
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
130
+
131
+ 2026-05-06T10:17:02.003Z
132
+
133
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
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
+
179
+ 2026-06-01T03:37:27.387Z
180
+
181
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
182
+
183
+ 2026-06-01T03:38:40.646Z
184
+
185
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
186
+
187
+ 2026-06-01T04:53:40.185Z
188
+
189
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
190
+
191
+ 2026-07-01T10:22:17.396Z
192
+
193
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
194
+
195
+ 2026-07-01T10:23:54.280Z
196
+
197
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
198
+
199
+ 2026-07-01T10:26:13.470Z
200
+
201
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
202
+
203
+ 2026-07-01T10:28:03.675Z
204
+
205
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
206
+
207
+ 2026-07-01T10:29:38.808Z
208
+
209
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
210
+
211
+ 2026-07-01T10:31:26.205Z
212
+
213
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
214
+
215
+ 2026-07-01T10:34:19.454Z
216
+
217
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
218
+
219
+ 2026-07-01T10:36:55.613Z
220
+
221
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
222
+
223
+ 2026-07-01T10:38:27.544Z
224
+
225
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
226
+
227
+ 2026-07-01T10:39:45.767Z
228
+
229
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
230
+
231
+ 2026-07-01T10:41:17.523Z
232
+
233
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
234
+
235
+ 2026-07-01T10:42:50.804Z
236
+
237
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
238
+
239
+ 2026-07-01T10:52:06.452Z
240
+
241
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
242
+
243
+ 2026-07-01T10:52:59.218Z
244
+
245
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
246
+
247
+ 2026-07-03T05:20:38.225Z
248
+
249
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
250
+
251
+ 2026-07-03T08:50:26.285Z
252
+
253
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
254
+
255
+ 2026-07-03T08:52:03.648Z
256
+
257
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
258
+
259
+ 2026-07-03T10:22:45.248Z
260
+
261
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
262
+
263
+ 2026-07-06T02:59:45.497Z
264
+
265
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
266
+
267
+ 2026-07-06T03:04:30.546Z
268
+
269
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
270
+
271
+ 2026-07-06T03:34:14.229Z
272
+
273
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
274
+
275
+ 2026-07-06T03:59:00.190Z
276
+
277
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
278
+
279
+ 2026-07-06T04:53:10.492Z
280
+
281
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
282
+
283
+ 2026-07-06T05:26:17.324Z
284
+
285
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
286
+
287
+ 2026-07-06T05:31:25.605Z
288
+
289
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
290
+
291
+ 2026-07-06T09:39:48.096Z
292
+
293
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
294
+
295
+ 2026-07-06T09:41:43.863Z
296
+
297
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
298
+
299
+ 2026-07-06T09:52:56.201Z
300
+
301
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
302
+
303
+ 2026-07-06T10:05:49.615Z
304
+
305
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
306
+