@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,302 @@
1
- 2026-05-06T10:52:01.194Z
1
+ 2026-04-11T10:15:29.269Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:23.608Z
4
+ 2026-04-11T10:19:12.655Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:52:57.521Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:27.193Z
11
+ undefined
12
+
13
+ 2026-04-11T11:13:35.505Z
14
+ undefined
15
+
16
+ 2026-04-11T15:32:49.389Z
17
+ undefined
18
+
19
+ 2026-04-17T08:27:37.131Z
20
+ undefined
21
+
22
+ 2026-04-17T08:29:29.280Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:12.111Z
26
+ undefined
27
+
28
+ 2026-04-25T14:22:52.236Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:10.890Z
32
+ undefined
33
+
34
+ 2026-04-25T14:25:30.173Z
35
+ undefined
36
+
37
+ 2026-04-25T14:26:49.294Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:10.168Z
41
+ undefined
42
+
43
+ 2026-04-25T14:38:31.846Z
44
+ undefined
45
+
46
+ 2026-04-25T14:41:36.461Z
47
+ undefined
48
+
49
+ 2026-04-25T14:45:45.005Z
50
+ undefined
51
+
52
+ 2026-04-25T14:47:05.225Z
53
+ undefined
54
+
55
+ 2026-04-25T14:49:11.576Z
56
+ undefined
57
+
58
+ 2026-04-25T14:50:31.551Z
59
+ undefined
60
+
61
+ 2026-04-25T14:51:43.964Z
62
+ undefined
63
+
64
+ 2026-04-25T14:53:32.821Z
65
+ undefined
66
+
67
+ 2026-04-25T14:54:58.219Z
68
+ undefined
69
+
70
+ 2026-04-25T14:56:53.607Z
71
+ undefined
72
+
73
+ 2026-04-25T14:58:45.111Z
74
+ undefined
75
+
76
+ 2026-04-25T15:18:18.275Z
77
+ undefined
78
+
79
+ 2026-04-25T15:44:34.618Z
80
+ undefined
81
+
82
+ 2026-04-30T02:23:40.699Z
83
+ undefined
84
+
85
+ 2026-04-30T02:26:28.742Z
86
+ undefined
87
+
88
+ 2026-05-03T12:49:37.217Z
89
+ undefined
90
+
91
+ 2026-05-03T12:54:52.697Z
92
+ undefined
93
+
94
+ 2026-05-03T13:23:24.944Z
95
+ undefined
96
+
97
+ 2026-05-04T15:13:31.534Z
98
+ undefined
99
+
100
+ 2026-05-04T17:05:22.927Z
101
+ undefined
102
+
103
+ 2026-05-04T17:06:34.216Z
104
+ undefined
105
+
106
+ 2026-05-04T17:07:51.317Z
107
+ undefined
108
+
109
+ 2026-05-06T08:11:04.457Z
110
+
111
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
112
+
113
+ 2026-05-06T08:13:58.756Z
114
+
115
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
116
+
117
+ 2026-05-06T08:16:23.709Z
118
+
119
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
120
+
121
+ 2026-05-06T08:17:31.997Z
122
+ undefined
123
+
124
+ 2026-05-06T08:18:48.105Z
125
+ undefined
126
+
127
+ 2026-05-06T08:31:59.877Z
128
+
129
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
130
+
131
+ 2026-05-06T10:17:09.292Z
132
+
133
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
134
+
135
+ 2026-05-07T08:40:47.729Z
136
+
137
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
138
+
139
+ 2026-05-07T08:42:42.345Z
140
+
141
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
142
+
143
+ 2026-05-12T10:00:13.619Z
144
+
145
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
146
+
147
+ 2026-05-14T03:41:54.894Z
148
+
149
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
150
+
151
+ 2026-05-14T03:43:56.772Z
152
+
153
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
154
+
155
+ 2026-05-14T03:45:16.925Z
156
+
157
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
158
+
159
+ 2026-05-14T08:28:25.510Z
160
+
161
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
162
+
163
+ 2026-05-14T08:29:51.069Z
164
+
165
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
166
+
167
+ 2026-05-14T08:36:37.746Z
168
+
169
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
170
+
171
+ 2026-05-14T08:47:48.962Z
172
+
173
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
174
+
175
+ 2026-05-14T15:04:30.525Z
176
+
177
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
178
+
179
+ 2026-06-01T03:37:35.552Z
180
+
181
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
182
+
183
+ 2026-06-01T03:38:48.915Z
184
+
185
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
186
+
187
+ 2026-06-01T04:53:48.291Z
188
+
189
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
190
+
191
+ 2026-07-01T10:22:23.956Z
192
+
193
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
194
+
195
+ 2026-07-01T10:24:01.222Z
196
+
197
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
198
+
199
+ 2026-07-01T10:26:19.964Z
200
+
201
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
202
+
203
+ 2026-07-01T10:28:10.290Z
204
+
205
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
206
+
207
+ 2026-07-01T10:29:45.866Z
208
+
209
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
210
+
211
+ 2026-07-01T10:31:32.897Z
212
+
213
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
214
+
215
+ 2026-07-01T10:34:25.888Z
216
+
217
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
218
+
219
+ 2026-07-01T10:37:02.223Z
220
+
221
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
222
+
223
+ 2026-07-01T10:38:34.775Z
224
+
225
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
226
+
227
+ 2026-07-01T10:39:53.164Z
228
+
229
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
230
+
231
+ 2026-07-01T10:41:24.043Z
232
+
233
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
234
+
235
+ 2026-07-01T10:42:58.037Z
236
+
237
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
238
+
239
+ 2026-07-01T10:53:05.428Z
240
+
241
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
242
+
243
+ 2026-07-03T05:20:47.289Z
244
+
245
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
246
+
247
+ 2026-07-03T08:50:33.682Z
248
+
249
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
250
+
251
+ 2026-07-03T08:52:10.918Z
252
+
253
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
254
+
255
+ 2026-07-03T10:22:53.097Z
256
+
257
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
258
+
259
+ 2026-07-06T02:59:52.855Z
260
+
261
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
262
+
263
+ 2026-07-06T03:04:38.337Z
264
+
265
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
266
+
267
+ 2026-07-06T03:34:21.351Z
268
+
269
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
270
+
271
+ 2026-07-06T03:59:08.144Z
272
+
273
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
274
+
275
+ 2026-07-06T04:53:17.923Z
276
+
277
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
278
+
279
+ 2026-07-06T05:26:24.622Z
280
+
281
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
282
+
283
+ 2026-07-06T05:31:32.761Z
284
+
285
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
286
+
287
+ 2026-07-06T09:39:55.649Z
288
+
289
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
290
+
291
+ 2026-07-06T09:41:51.255Z
292
+
293
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
294
+
295
+ 2026-07-06T09:53:04.027Z
296
+
297
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
298
+
299
+ 2026-07-06T10:05:57.539Z
300
+
301
+ You have a syntax error at "schema.sql" line 5 column 18. Table "Posts" not found
302
+
@@ -1,6 +1,281 @@
1
- 2026-05-06T10:52:19.730Z
1
+ 2026-04-11T10:15:59.858Z
2
2
  undefined
3
3
 
4
- 2026-05-06T10:53:40.863Z
4
+ 2026-04-11T10:19:44.106Z
5
5
  undefined
6
6
 
7
+ 2026-04-11T10:53:28.179Z
8
+ undefined
9
+
10
+ 2026-04-11T10:55:56.619Z
11
+ undefined
12
+
13
+ 2026-04-11T11:14:05.066Z
14
+ undefined
15
+
16
+ 2026-04-11T15:33:21.289Z
17
+ undefined
18
+
19
+ 2026-04-17T08:28:09.560Z
20
+ undefined
21
+
22
+ 2026-04-17T08:30:01.602Z
23
+ undefined
24
+
25
+ 2026-04-21T10:03:43.932Z
26
+ undefined
27
+
28
+ 2026-04-25T14:23:21.451Z
29
+ undefined
30
+
31
+ 2026-04-25T14:24:41.530Z
32
+ undefined
33
+
34
+ 2026-04-25T14:26:01.003Z
35
+ undefined
36
+
37
+ 2026-04-25T14:27:20.352Z
38
+ undefined
39
+
40
+ 2026-04-25T14:28:41.265Z
41
+ undefined
42
+
43
+ 2026-04-25T14:39:02.156Z
44
+ undefined
45
+
46
+ 2026-04-25T14:42:06.795Z
47
+ undefined
48
+
49
+ 2026-04-25T14:46:15.886Z
50
+ undefined
51
+
52
+ 2026-04-25T14:49:42.231Z
53
+ undefined
54
+
55
+ 2026-04-25T14:52:14.610Z
56
+ undefined
57
+
58
+ 2026-04-25T14:54:03.384Z
59
+ undefined
60
+
61
+ 2026-04-25T14:55:30.120Z
62
+ undefined
63
+
64
+ 2026-04-25T14:57:26.779Z
65
+ undefined
66
+
67
+ 2026-04-25T14:59:15.967Z
68
+ undefined
69
+
70
+ 2026-04-25T15:18:49.536Z
71
+ undefined
72
+
73
+ 2026-04-25T15:45:07.874Z
74
+ undefined
75
+
76
+ 2026-04-30T02:24:13.256Z
77
+ undefined
78
+
79
+ 2026-04-30T02:27:00.719Z
80
+ undefined
81
+
82
+ 2026-05-03T12:50:09.962Z
83
+ undefined
84
+
85
+ 2026-05-03T12:55:28.035Z
86
+ undefined
87
+
88
+ 2026-05-03T13:23:59.619Z
89
+ undefined
90
+
91
+ 2026-05-04T15:14:06.033Z
92
+ undefined
93
+
94
+ 2026-05-04T17:05:53.168Z
95
+ undefined
96
+
97
+ 2026-05-04T17:07:05.679Z
98
+ undefined
99
+
100
+ 2026-05-04T17:08:20.676Z
101
+ undefined
102
+
103
+ 2026-05-06T08:11:32.725Z
104
+
105
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
106
+
107
+ 2026-05-06T08:14:29.008Z
108
+
109
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
110
+
111
+ 2026-05-06T08:18:03.492Z
112
+ undefined
113
+
114
+ 2026-05-06T08:32:30.153Z
115
+
116
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
117
+
118
+ 2026-05-06T10:17:39.447Z
119
+
120
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
121
+
122
+ 2026-05-07T08:41:20.977Z
123
+
124
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
125
+
126
+ 2026-05-07T08:43:18.594Z
127
+
128
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
129
+
130
+ 2026-05-12T10:00:47.485Z
131
+
132
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
133
+
134
+ 2026-05-14T03:42:28.003Z
135
+
136
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
137
+
138
+ 2026-05-14T03:44:33.319Z
139
+
140
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
141
+
142
+ 2026-05-14T03:45:49.962Z
143
+
144
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
145
+
146
+ 2026-05-14T08:28:55.830Z
147
+
148
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
149
+
150
+ 2026-05-14T08:30:20.740Z
151
+
152
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
153
+
154
+ 2026-05-14T08:37:08.659Z
155
+
156
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
157
+
158
+ 2026-05-14T08:48:19.263Z
159
+
160
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
161
+
162
+ 2026-05-14T15:05:02.652Z
163
+
164
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
165
+
166
+ 2026-06-01T03:38:18.434Z
167
+
168
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
169
+
170
+ 2026-06-01T03:39:33.469Z
171
+
172
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
173
+
174
+ 2026-06-01T04:54:19.153Z
175
+
176
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
177
+
178
+ 2026-07-01T10:22:52.903Z
179
+
180
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
181
+
182
+ 2026-07-01T10:24:31.956Z
183
+
184
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
185
+
186
+ 2026-07-01T10:26:50.637Z
187
+
188
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
189
+
190
+ 2026-07-01T10:28:41.957Z
191
+
192
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
193
+
194
+ 2026-07-01T10:30:15.315Z
195
+
196
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
197
+
198
+ 2026-07-01T10:32:00.913Z
199
+
200
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
201
+
202
+ 2026-07-01T10:37:31.014Z
203
+
204
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
205
+
206
+ 2026-07-01T10:39:06.224Z
207
+
208
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
209
+
210
+ 2026-07-01T10:40:23.525Z
211
+
212
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
213
+
214
+ 2026-07-01T10:41:53.804Z
215
+
216
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
217
+
218
+ 2026-07-01T10:43:26.986Z
219
+
220
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
221
+
222
+ 2026-07-01T10:53:32.346Z
223
+
224
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
225
+
226
+ 2026-07-03T05:21:23.160Z
227
+
228
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
229
+
230
+ 2026-07-03T08:51:05.472Z
231
+
232
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
233
+
234
+ 2026-07-03T08:52:42.551Z
235
+
236
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
237
+
238
+ 2026-07-03T10:23:27.075Z
239
+
240
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
241
+
242
+ 2026-07-06T03:00:24.464Z
243
+
244
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
245
+
246
+ 2026-07-06T03:05:10.877Z
247
+
248
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
249
+
250
+ 2026-07-06T03:34:52.755Z
251
+
252
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
253
+
254
+ 2026-07-06T03:59:40.602Z
255
+
256
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
257
+
258
+ 2026-07-06T04:53:49.099Z
259
+
260
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
261
+
262
+ 2026-07-06T05:26:55.175Z
263
+
264
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
265
+
266
+ 2026-07-06T05:32:02.832Z
267
+
268
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
269
+
270
+ 2026-07-06T09:40:27.721Z
271
+
272
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
273
+
274
+ 2026-07-06T09:53:36.858Z
275
+
276
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
277
+
278
+ 2026-07-06T10:06:29.950Z
279
+
280
+ You have a syntax error at "business.sql" line 6 column 2. no viable alternative at input 'CREATE TABLE `staff` (\n `id` int PRIMARY KEY,\n `first_name` varchar(255),\n `last_name` varchar(255),\n `address_id` int\n `picture`'
281
+