@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,278 @@
1
- 2026-05-06T10:52:20.621Z
1
+ 2026-04-11T10:16:01.396Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:41.656Z
4
+ 2026-04-11T10:19:45.571Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:53:29.740Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:58.058Z
11
+ undefined
12
+
13
+ 2026-04-11T11:14:06.652Z
14
+ undefined
15
+
16
+ 2026-04-11T15:33:22.854Z
17
+ undefined
18
+
19
+ 2026-04-17T08:28:11.113Z
20
+ undefined
21
+
22
+ 2026-04-17T08:30:03.132Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:45.458Z
26
+ undefined
27
+
28
+ 2026-04-25T14:23:22.921Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:43.031Z
32
+ undefined
33
+
34
+ 2026-04-25T14:26:02.473Z
35
+ undefined
36
+
37
+ 2026-04-25T14:27:21.869Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:42.822Z
41
+ undefined
42
+
43
+ 2026-04-25T14:39:03.624Z
44
+ undefined
45
+
46
+ 2026-04-25T14:42:08.297Z
47
+ undefined
48
+
49
+ 2026-04-25T14:46:17.394Z
50
+ undefined
51
+
52
+ 2026-04-25T14:49:43.763Z
53
+ undefined
54
+
55
+ 2026-04-25T14:52:16.153Z
56
+ undefined
57
+
58
+ 2026-04-25T14:54:04.916Z
59
+ undefined
60
+
61
+ 2026-04-25T14:55:31.620Z
62
+ undefined
63
+
64
+ 2026-04-25T14:57:28.362Z
65
+ undefined
66
+
67
+ 2026-04-25T14:59:17.538Z
68
+ undefined
69
+
70
+ 2026-04-25T15:18:50.999Z
71
+ undefined
72
+
73
+ 2026-04-25T15:45:09.450Z
74
+ undefined
75
+
76
+ 2026-04-30T02:24:14.758Z
77
+ undefined
78
+
79
+ 2026-04-30T02:27:02.203Z
80
+ undefined
81
+
82
+ 2026-05-03T12:50:11.554Z
83
+ undefined
84
+
85
+ 2026-05-03T12:55:29.601Z
86
+ undefined
87
+
88
+ 2026-05-03T13:24:01.192Z
89
+ undefined
90
+
91
+ 2026-05-04T15:14:07.580Z
92
+ undefined
93
+
94
+ 2026-05-04T17:05:54.902Z
95
+ undefined
96
+
97
+ 2026-05-04T17:07:07.077Z
98
+ undefined
99
+
100
+ 2026-05-06T08:11:34.178Z
101
+
102
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
103
+
104
+ 2026-05-06T08:14:30.449Z
105
+
106
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
107
+
108
+ 2026-05-06T08:18:04.905Z
109
+ undefined
110
+
111
+ 2026-05-06T08:32:31.718Z
112
+
113
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
114
+
115
+ 2026-05-06T10:17:40.917Z
116
+
117
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
118
+
119
+ 2026-05-07T08:41:22.546Z
120
+
121
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
122
+
123
+ 2026-05-07T08:43:20.245Z
124
+
125
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
126
+
127
+ 2026-05-12T10:00:49.171Z
128
+
129
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
130
+
131
+ 2026-05-14T03:42:29.627Z
132
+
133
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
134
+
135
+ 2026-05-14T03:44:35.200Z
136
+
137
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
138
+
139
+ 2026-05-14T03:45:51.427Z
140
+
141
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
142
+
143
+ 2026-05-14T08:28:57.422Z
144
+
145
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
146
+
147
+ 2026-05-14T08:30:22.205Z
148
+
149
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
150
+
151
+ 2026-05-14T08:37:10.193Z
152
+
153
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
154
+
155
+ 2026-05-14T08:48:20.688Z
156
+
157
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
158
+
159
+ 2026-05-14T15:05:04.181Z
160
+
161
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
162
+
163
+ 2026-06-01T03:38:20.292Z
164
+
165
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
166
+
167
+ 2026-06-01T03:39:37.224Z
168
+
169
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
170
+
171
+ 2026-06-01T04:54:20.645Z
172
+
173
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
174
+
175
+ 2026-07-01T10:22:54.534Z
176
+
177
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
178
+
179
+ 2026-07-01T10:24:33.449Z
180
+
181
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
182
+
183
+ 2026-07-01T10:26:52.248Z
184
+
185
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
186
+
187
+ 2026-07-01T10:28:43.654Z
188
+
189
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
190
+
191
+ 2026-07-01T10:30:16.676Z
192
+
193
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
194
+
195
+ 2026-07-01T10:32:02.291Z
196
+
197
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
198
+
199
+ 2026-07-01T10:37:32.411Z
200
+
201
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
202
+
203
+ 2026-07-01T10:39:07.775Z
204
+
205
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
206
+
207
+ 2026-07-01T10:40:25.132Z
208
+
209
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
210
+
211
+ 2026-07-01T10:41:55.275Z
212
+
213
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
214
+
215
+ 2026-07-01T10:43:28.409Z
216
+
217
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
218
+
219
+ 2026-07-01T10:53:33.699Z
220
+
221
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
222
+
223
+ 2026-07-03T05:21:24.884Z
224
+
225
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
226
+
227
+ 2026-07-03T08:51:07.002Z
228
+
229
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
230
+
231
+ 2026-07-03T08:52:44.106Z
232
+
233
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
234
+
235
+ 2026-07-03T10:23:28.769Z
236
+
237
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
238
+
239
+ 2026-07-06T03:00:25.964Z
240
+
241
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
242
+
243
+ 2026-07-06T03:05:12.424Z
244
+
245
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
246
+
247
+ 2026-07-06T03:34:54.251Z
248
+
249
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
250
+
251
+ 2026-07-06T03:59:42.095Z
252
+
253
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
254
+
255
+ 2026-07-06T04:53:50.612Z
256
+
257
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
258
+
259
+ 2026-07-06T05:26:56.659Z
260
+
261
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
262
+
263
+ 2026-07-06T05:32:04.268Z
264
+
265
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
266
+
267
+ 2026-07-06T09:40:29.224Z
268
+
269
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
270
+
271
+ 2026-07-06T09:53:38.476Z
272
+
273
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
274
+
275
+ 2026-07-06T10:06:31.541Z
276
+
277
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
278
+
@@ -1,6 +1,274 @@
1
- 2026-05-06T10:52:21.342Z
1
+ 2026-04-11T10:16:02.804Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:42.454Z
4
+ 2026-04-11T10:19:47.074Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:53:31.236Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:59.352Z
11
+ undefined
12
+
13
+ 2026-04-11T11:14:08.082Z
14
+ undefined
15
+
16
+ 2026-04-11T15:33:24.319Z
17
+ undefined
18
+
19
+ 2026-04-17T08:28:12.644Z
20
+ undefined
21
+
22
+ 2026-04-17T08:30:04.522Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:46.911Z
26
+ undefined
27
+
28
+ 2026-04-25T14:23:24.290Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:44.457Z
32
+ undefined
33
+
34
+ 2026-04-25T14:26:03.853Z
35
+ undefined
36
+
37
+ 2026-04-25T14:27:23.238Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:44.260Z
41
+ undefined
42
+
43
+ 2026-04-25T14:39:04.973Z
44
+ undefined
45
+
46
+ 2026-04-25T14:42:09.694Z
47
+ undefined
48
+
49
+ 2026-04-25T14:46:18.763Z
50
+ undefined
51
+
52
+ 2026-04-25T14:49:45.147Z
53
+ undefined
54
+
55
+ 2026-04-25T14:52:17.585Z
56
+ undefined
57
+
58
+ 2026-04-25T14:54:06.309Z
59
+ undefined
60
+
61
+ 2026-04-25T14:55:33.033Z
62
+ undefined
63
+
64
+ 2026-04-25T14:57:29.835Z
65
+ undefined
66
+
67
+ 2026-04-25T14:59:18.940Z
68
+ undefined
69
+
70
+ 2026-04-25T15:18:52.479Z
71
+ undefined
72
+
73
+ 2026-04-25T15:45:10.950Z
74
+ undefined
75
+
76
+ 2026-04-30T02:24:16.181Z
77
+ undefined
78
+
79
+ 2026-04-30T02:27:03.580Z
80
+ undefined
81
+
82
+ 2026-05-03T12:50:13.032Z
83
+ undefined
84
+
85
+ 2026-05-03T12:55:31.060Z
86
+ undefined
87
+
88
+ 2026-05-03T13:24:02.658Z
89
+ undefined
90
+
91
+ 2026-05-04T15:14:09.165Z
92
+ undefined
93
+
94
+ 2026-05-04T17:05:56.541Z
95
+ undefined
96
+
97
+ 2026-05-04T17:07:08.426Z
98
+ undefined
99
+
100
+ 2026-05-06T08:11:35.478Z
101
+
102
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
103
+
104
+ 2026-05-06T08:14:31.766Z
105
+
106
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
107
+
108
+ 2026-05-06T08:18:06.210Z
109
+ undefined
110
+
111
+ 2026-05-06T10:17:42.282Z
112
+
113
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
114
+
115
+ 2026-05-07T08:41:24.076Z
116
+
117
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
118
+
119
+ 2026-05-07T08:43:21.697Z
120
+
121
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
122
+
123
+ 2026-05-12T10:00:50.634Z
124
+
125
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
126
+
127
+ 2026-05-14T03:42:31.059Z
128
+
129
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
130
+
131
+ 2026-05-14T03:44:37.478Z
132
+
133
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
134
+
135
+ 2026-05-14T03:45:52.813Z
136
+
137
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
138
+
139
+ 2026-05-14T08:28:58.786Z
140
+
141
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
142
+
143
+ 2026-05-14T08:30:23.569Z
144
+
145
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
146
+
147
+ 2026-05-14T08:37:11.577Z
148
+
149
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
150
+
151
+ 2026-05-14T08:48:22.035Z
152
+
153
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
154
+
155
+ 2026-05-14T15:05:05.577Z
156
+
157
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
158
+
159
+ 2026-06-01T03:38:22.087Z
160
+
161
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
162
+
163
+ 2026-06-01T03:39:40.845Z
164
+
165
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
166
+
167
+ 2026-06-01T04:54:22.032Z
168
+
169
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
170
+
171
+ 2026-07-01T10:22:55.876Z
172
+
173
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
174
+
175
+ 2026-07-01T10:24:34.924Z
176
+
177
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
178
+
179
+ 2026-07-01T10:26:53.668Z
180
+
181
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
182
+
183
+ 2026-07-01T10:28:45.199Z
184
+
185
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
186
+
187
+ 2026-07-01T10:30:18.059Z
188
+
189
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
190
+
191
+ 2026-07-01T10:32:03.594Z
192
+
193
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
194
+
195
+ 2026-07-01T10:37:33.682Z
196
+
197
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
198
+
199
+ 2026-07-01T10:39:09.289Z
200
+
201
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
202
+
203
+ 2026-07-01T10:40:26.517Z
204
+
205
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
206
+
207
+ 2026-07-01T10:41:56.635Z
208
+
209
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
210
+
211
+ 2026-07-01T10:43:29.769Z
212
+
213
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
214
+
215
+ 2026-07-01T10:53:34.912Z
216
+
217
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
218
+
219
+ 2026-07-03T05:21:26.498Z
220
+
221
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
222
+
223
+ 2026-07-03T08:51:08.423Z
224
+
225
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
226
+
227
+ 2026-07-03T08:52:45.565Z
228
+
229
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
230
+
231
+ 2026-07-03T10:23:30.387Z
232
+
233
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
234
+
235
+ 2026-07-06T03:00:27.417Z
236
+
237
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
238
+
239
+ 2026-07-06T03:05:13.828Z
240
+
241
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
242
+
243
+ 2026-07-06T03:34:55.638Z
244
+
245
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
246
+
247
+ 2026-07-06T03:59:43.571Z
248
+
249
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
250
+
251
+ 2026-07-06T04:53:52.021Z
252
+
253
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
254
+
255
+ 2026-07-06T05:26:58.069Z
256
+
257
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
258
+
259
+ 2026-07-06T05:32:05.597Z
260
+
261
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
262
+
263
+ 2026-07-06T09:40:30.653Z
264
+
265
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
266
+
267
+ 2026-07-06T09:53:39.955Z
268
+
269
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
270
+
271
+ 2026-07-06T10:06:33.100Z
272
+
273
+ You have a syntax error at "schema.sql" line 1 column 1. Reference with the same endpoints already exists: "student"("subject_id", "score_id") references "score_subject"("subject_id", "score_id")
274
+