@dbml/cli 8.3.1 → 8.4.0-alpha.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.
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,302 @@
1
- 2026-05-06T10:51:59.256Z
1
+ 2026-04-11T10:15:26.429Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:22.109Z
4
+ 2026-04-11T10:19:09.817Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:52:54.651Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:24.485Z
11
+ undefined
12
+
13
+ 2026-04-11T11:13:32.876Z
14
+ undefined
15
+
16
+ 2026-04-11T15:32:46.302Z
17
+ undefined
18
+
19
+ 2026-04-17T08:27:34.203Z
20
+ undefined
21
+
22
+ 2026-04-17T08:29:26.157Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:09.164Z
26
+ undefined
27
+
28
+ 2026-04-25T14:22:49.505Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:08.078Z
32
+ undefined
33
+
34
+ 2026-04-25T14:25:27.345Z
35
+ undefined
36
+
37
+ 2026-04-25T14:26:46.402Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:07.360Z
41
+ undefined
42
+
43
+ 2026-04-25T14:38:29.109Z
44
+ undefined
45
+
46
+ 2026-04-25T14:41:33.676Z
47
+ undefined
48
+
49
+ 2026-04-25T14:45:42.151Z
50
+ undefined
51
+
52
+ 2026-04-25T14:47:02.452Z
53
+ undefined
54
+
55
+ 2026-04-25T14:49:08.763Z
56
+ undefined
57
+
58
+ 2026-04-25T14:50:28.822Z
59
+ undefined
60
+
61
+ 2026-04-25T14:51:41.186Z
62
+ undefined
63
+
64
+ 2026-04-25T14:53:29.952Z
65
+ undefined
66
+
67
+ 2026-04-25T14:54:55.316Z
68
+ undefined
69
+
70
+ 2026-04-25T14:56:50.520Z
71
+ undefined
72
+
73
+ 2026-04-25T14:58:42.303Z
74
+ undefined
75
+
76
+ 2026-04-25T15:18:15.380Z
77
+ undefined
78
+
79
+ 2026-04-25T15:44:31.522Z
80
+ undefined
81
+
82
+ 2026-04-30T02:23:37.701Z
83
+ undefined
84
+
85
+ 2026-04-30T02:26:25.646Z
86
+ undefined
87
+
88
+ 2026-05-03T12:49:34.135Z
89
+ undefined
90
+
91
+ 2026-05-03T12:54:49.362Z
92
+ undefined
93
+
94
+ 2026-05-03T13:23:21.584Z
95
+ undefined
96
+
97
+ 2026-05-04T15:13:28.312Z
98
+ undefined
99
+
100
+ 2026-05-04T17:05:20.146Z
101
+ undefined
102
+
103
+ 2026-05-04T17:06:31.425Z
104
+ undefined
105
+
106
+ 2026-05-04T17:07:48.660Z
107
+ undefined
108
+
109
+ 2026-05-06T08:11:01.868Z
110
+
111
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
112
+
113
+ 2026-05-06T08:13:56.089Z
114
+
115
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
116
+
117
+ 2026-05-06T08:16:21.046Z
118
+
119
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
120
+
121
+ 2026-05-06T08:17:29.142Z
122
+ undefined
123
+
124
+ 2026-05-06T08:18:45.383Z
125
+ undefined
126
+
127
+ 2026-05-06T08:31:57.068Z
128
+
129
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
130
+
131
+ 2026-05-06T10:17:06.468Z
132
+
133
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
134
+
135
+ 2026-05-07T08:40:44.510Z
136
+
137
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
138
+
139
+ 2026-05-07T08:42:39.340Z
140
+
141
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
142
+
143
+ 2026-05-12T10:00:10.389Z
144
+
145
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
146
+
147
+ 2026-05-14T03:41:51.829Z
148
+
149
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
150
+
151
+ 2026-05-14T03:43:53.701Z
152
+
153
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
154
+
155
+ 2026-05-14T03:45:13.743Z
156
+
157
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
158
+
159
+ 2026-05-14T08:28:22.791Z
160
+
161
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
162
+
163
+ 2026-05-14T08:29:48.117Z
164
+
165
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
166
+
167
+ 2026-05-14T08:36:34.934Z
168
+
169
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
170
+
171
+ 2026-05-14T08:47:46.042Z
172
+
173
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
174
+
175
+ 2026-05-14T15:04:27.596Z
176
+
177
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
178
+
179
+ 2026-06-01T03:37:32.414Z
180
+
181
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
182
+
183
+ 2026-06-01T03:38:45.136Z
184
+
185
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
186
+
187
+ 2026-06-01T04:53:45.086Z
188
+
189
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
190
+
191
+ 2026-07-01T10:22:21.327Z
192
+
193
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
194
+
195
+ 2026-07-01T10:23:58.497Z
196
+
197
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
198
+
199
+ 2026-07-01T10:26:17.353Z
200
+
201
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
202
+
203
+ 2026-07-01T10:28:07.563Z
204
+
205
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
206
+
207
+ 2026-07-01T10:29:43.132Z
208
+
209
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
210
+
211
+ 2026-07-01T10:31:30.267Z
212
+
213
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
214
+
215
+ 2026-07-01T10:34:23.376Z
216
+
217
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
218
+
219
+ 2026-07-01T10:36:59.562Z
220
+
221
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
222
+
223
+ 2026-07-01T10:38:31.822Z
224
+
225
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
226
+
227
+ 2026-07-01T10:39:50.282Z
228
+
229
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
230
+
231
+ 2026-07-01T10:41:21.448Z
232
+
233
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
234
+
235
+ 2026-07-01T10:42:55.170Z
236
+
237
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
238
+
239
+ 2026-07-01T10:53:03.015Z
240
+
241
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
242
+
243
+ 2026-07-03T05:20:43.618Z
244
+
245
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
246
+
247
+ 2026-07-03T08:50:30.697Z
248
+
249
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
250
+
251
+ 2026-07-03T08:52:08.001Z
252
+
253
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
254
+
255
+ 2026-07-03T10:22:49.934Z
256
+
257
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
258
+
259
+ 2026-07-06T02:59:49.913Z
260
+
261
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
262
+
263
+ 2026-07-06T03:04:35.243Z
264
+
265
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
266
+
267
+ 2026-07-06T03:34:18.512Z
268
+
269
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
270
+
271
+ 2026-07-06T03:59:05.088Z
272
+
273
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
274
+
275
+ 2026-07-06T04:53:15.039Z
276
+
277
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
278
+
279
+ 2026-07-06T05:26:21.730Z
280
+
281
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
282
+
283
+ 2026-07-06T05:31:29.907Z
284
+
285
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
286
+
287
+ 2026-07-06T09:39:52.632Z
288
+
289
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
290
+
291
+ 2026-07-06T09:41:48.256Z
292
+
293
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
294
+
295
+ 2026-07-06T09:53:00.955Z
296
+
297
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
298
+
299
+ 2026-07-06T10:05:54.346Z
300
+
301
+ You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
302
+
@@ -1,6 +1,302 @@
1
- 2026-05-06T10:52:00.021Z
1
+ 2026-04-11T10:15:27.820Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:22.892Z
4
+ 2026-04-11T10:19:11.251Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:52:56.139Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:25.886Z
11
+ undefined
12
+
13
+ 2026-04-11T11:13:34.223Z
14
+ undefined
15
+
16
+ 2026-04-11T15:32:47.888Z
17
+ undefined
18
+
19
+ 2026-04-17T08:27:35.668Z
20
+ undefined
21
+
22
+ 2026-04-17T08:29:27.731Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:10.624Z
26
+ undefined
27
+
28
+ 2026-04-25T14:22:50.867Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:09.484Z
32
+ undefined
33
+
34
+ 2026-04-25T14:25:28.752Z
35
+ undefined
36
+
37
+ 2026-04-25T14:26:47.830Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:08.754Z
41
+ undefined
42
+
43
+ 2026-04-25T14:38:30.471Z
44
+ undefined
45
+
46
+ 2026-04-25T14:41:35.083Z
47
+ undefined
48
+
49
+ 2026-04-25T14:45:43.561Z
50
+ undefined
51
+
52
+ 2026-04-25T14:47:03.836Z
53
+ undefined
54
+
55
+ 2026-04-25T14:49:10.180Z
56
+ undefined
57
+
58
+ 2026-04-25T14:50:30.191Z
59
+ undefined
60
+
61
+ 2026-04-25T14:51:42.563Z
62
+ undefined
63
+
64
+ 2026-04-25T14:53:31.362Z
65
+ undefined
66
+
67
+ 2026-04-25T14:54:56.800Z
68
+ undefined
69
+
70
+ 2026-04-25T14:56:52.054Z
71
+ undefined
72
+
73
+ 2026-04-25T14:58:43.674Z
74
+ undefined
75
+
76
+ 2026-04-25T15:18:16.786Z
77
+ undefined
78
+
79
+ 2026-04-25T15:44:33.058Z
80
+ undefined
81
+
82
+ 2026-04-30T02:23:39.204Z
83
+ undefined
84
+
85
+ 2026-04-30T02:26:27.259Z
86
+ undefined
87
+
88
+ 2026-05-03T12:49:35.670Z
89
+ undefined
90
+
91
+ 2026-05-03T12:54:50.984Z
92
+ undefined
93
+
94
+ 2026-05-03T13:23:23.282Z
95
+ undefined
96
+
97
+ 2026-05-04T15:13:29.912Z
98
+ undefined
99
+
100
+ 2026-05-04T17:05:21.559Z
101
+ undefined
102
+
103
+ 2026-05-04T17:06:32.835Z
104
+ undefined
105
+
106
+ 2026-05-04T17:07:49.994Z
107
+ undefined
108
+
109
+ 2026-05-06T08:11:03.157Z
110
+
111
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
112
+
113
+ 2026-05-06T08:13:57.435Z
114
+
115
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
116
+
117
+ 2026-05-06T08:16:22.365Z
118
+
119
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
120
+
121
+ 2026-05-06T08:17:30.519Z
122
+ undefined
123
+
124
+ 2026-05-06T08:18:46.726Z
125
+ undefined
126
+
127
+ 2026-05-06T08:31:58.490Z
128
+
129
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
130
+
131
+ 2026-05-06T10:17:07.902Z
132
+
133
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
134
+
135
+ 2026-05-07T08:40:46.177Z
136
+
137
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
138
+
139
+ 2026-05-07T08:42:40.824Z
140
+
141
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
142
+
143
+ 2026-05-12T10:00:12.045Z
144
+
145
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
146
+
147
+ 2026-05-14T03:41:53.317Z
148
+
149
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
150
+
151
+ 2026-05-14T03:43:55.244Z
152
+
153
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
154
+
155
+ 2026-05-14T03:45:15.351Z
156
+
157
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
158
+
159
+ 2026-05-14T08:28:24.134Z
160
+
161
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
162
+
163
+ 2026-05-14T08:29:49.707Z
164
+
165
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
166
+
167
+ 2026-05-14T08:36:36.321Z
168
+
169
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
170
+
171
+ 2026-05-14T08:47:47.513Z
172
+
173
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
174
+
175
+ 2026-05-14T15:04:29.054Z
176
+
177
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
178
+
179
+ 2026-06-01T03:37:34.017Z
180
+
181
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
182
+
183
+ 2026-06-01T03:38:46.676Z
184
+
185
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
186
+
187
+ 2026-06-01T04:53:46.690Z
188
+
189
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
190
+
191
+ 2026-07-01T10:22:22.642Z
192
+
193
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
194
+
195
+ 2026-07-01T10:23:59.854Z
196
+
197
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
198
+
199
+ 2026-07-01T10:26:18.669Z
200
+
201
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
202
+
203
+ 2026-07-01T10:28:08.872Z
204
+
205
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
206
+
207
+ 2026-07-01T10:29:44.516Z
208
+
209
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
210
+
211
+ 2026-07-01T10:31:31.563Z
212
+
213
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
214
+
215
+ 2026-07-01T10:34:24.642Z
216
+
217
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
218
+
219
+ 2026-07-01T10:37:00.890Z
220
+
221
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
222
+
223
+ 2026-07-01T10:38:33.326Z
224
+
225
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
226
+
227
+ 2026-07-01T10:39:51.721Z
228
+
229
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
230
+
231
+ 2026-07-01T10:41:22.752Z
232
+
233
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
234
+
235
+ 2026-07-01T10:42:56.607Z
236
+
237
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
238
+
239
+ 2026-07-01T10:53:04.220Z
240
+
241
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
242
+
243
+ 2026-07-03T05:20:45.385Z
244
+
245
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
246
+
247
+ 2026-07-03T08:50:32.186Z
248
+
249
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
250
+
251
+ 2026-07-03T08:52:09.448Z
252
+
253
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
254
+
255
+ 2026-07-03T10:22:51.514Z
256
+
257
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
258
+
259
+ 2026-07-06T02:59:51.386Z
260
+
261
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
262
+
263
+ 2026-07-06T03:04:36.821Z
264
+
265
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
266
+
267
+ 2026-07-06T03:34:19.959Z
268
+
269
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
270
+
271
+ 2026-07-06T03:59:06.618Z
272
+
273
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
274
+
275
+ 2026-07-06T04:53:16.492Z
276
+
277
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
278
+
279
+ 2026-07-06T05:26:23.191Z
280
+
281
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
282
+
283
+ 2026-07-06T05:31:31.344Z
284
+
285
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
286
+
287
+ 2026-07-06T09:39:54.123Z
288
+
289
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
290
+
291
+ 2026-07-06T09:41:49.737Z
292
+
293
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
294
+
295
+ 2026-07-06T09:53:02.496Z
296
+
297
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
298
+
299
+ 2026-07-06T10:05:55.925Z
300
+
301
+ You have a syntax error at "schema.sql" line 1 column 28. Table Users not found
302
+