@dbml/cli 8.0.0-alpha.12 → 8.0.0-alpha.13

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 (87) hide show
  1. package/__tests__/db2dbml/mssql/dbml-error.log +70 -0
  2. package/__tests__/db2dbml/mysql/dbml-error.log +91 -0
  3. package/__tests__/db2dbml/oracle/dbml-error.log +98 -0
  4. package/__tests__/db2dbml/postgres/dbml-error.log +49 -0
  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 aliased import stdout/in-files/auth.dbml +4 -0
  15. package/__tests__/dbml2sql/multifile aliased import stdout/in-files/main.dbml +6 -0
  16. package/__tests__/dbml2sql/multifile aliased import stdout/options.json +3 -0
  17. package/__tests__/dbml2sql/multifile aliased import stdout/stdout.txt +12 -0
  18. package/__tests__/dbml2sql/multifile circular import stdout/dbml-error.log +0 -0
  19. package/__tests__/dbml2sql/multifile circular import stdout/in-files/a.dbml +6 -0
  20. package/__tests__/dbml2sql/multifile circular import stdout/in-files/b.dbml +6 -0
  21. package/__tests__/dbml2sql/multifile circular import stdout/options.json +3 -0
  22. package/__tests__/dbml2sql/multifile circular import stdout/stdout.txt +14 -0
  23. package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +70 -0
  24. package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/lib.dbml +4 -0
  25. package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/main.dbml +6 -0
  26. package/__tests__/dbml2sql/multifile error entry-syntax-error/options.json +3 -0
  27. package/__tests__/dbml2sql/multifile error entry-syntax-error/stdout.txt +5 -0
  28. package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +68 -0
  29. package/__tests__/dbml2sql/multifile error import-not-found/in-files/main.dbml +5 -0
  30. package/__tests__/dbml2sql/multifile error import-not-found/options.json +3 -0
  31. package/__tests__/dbml2sql/multifile error import-not-found/stdout.txt +4 -0
  32. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +12 -0
  33. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/base.dbml +6 -0
  34. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/main.dbml +3 -0
  35. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/types.dbml +4 -0
  36. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/options.json +3 -0
  37. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/stdout.txt +4 -0
  38. package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
  39. package/__tests__/dbml2sql/multifile records pulling stdout/in-files/base.dbml +9 -0
  40. package/__tests__/dbml2sql/multifile records pulling stdout/in-files/main.dbml +6 -0
  41. package/__tests__/dbml2sql/multifile records pulling stdout/options.json +3 -0
  42. package/__tests__/dbml2sql/multifile records pulling stdout/stdout.txt +23 -0
  43. package/__tests__/dbml2sql/multifile refs across files stdout/dbml-error.log +0 -0
  44. package/__tests__/dbml2sql/multifile refs across files stdout/in-files/main.dbml +2 -0
  45. package/__tests__/dbml2sql/multifile refs across files stdout/in-files/orders.dbml +8 -0
  46. package/__tests__/dbml2sql/multifile refs across files stdout/in-files/users.dbml +4 -0
  47. package/__tests__/dbml2sql/multifile refs across files stdout/options.json +3 -0
  48. package/__tests__/dbml2sql/multifile refs across files stdout/stdout.txt +12 -0
  49. package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
  50. package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/auth.dbml +9 -0
  51. package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/main.dbml +3 -0
  52. package/__tests__/dbml2sql/multifile schema pulling stdout/options.json +3 -0
  53. package/__tests__/dbml2sql/multifile schema pulling stdout/stdout.txt +14 -0
  54. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
  55. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/base.dbml +14 -0
  56. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/main.dbml +1 -0
  57. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/options.json +3 -0
  58. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/stdout.txt +12 -0
  59. package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
  60. package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/base.dbml +6 -0
  61. package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/main.dbml +7 -0
  62. package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/types.dbml +4 -0
  63. package/__tests__/dbml2sql/multifile transitive reuse stdout/options.json +3 -0
  64. package/__tests__/dbml2sql/multifile transitive reuse stdout/stdout.txt +20 -0
  65. package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
  66. package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
  67. package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
  68. package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
  69. package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
  70. package/__tests__/dbml2sql/single file stdout/in-files/schema.dbml +11 -0
  71. package/__tests__/dbml2sql/single file stdout/options.json +3 -0
  72. package/__tests__/dbml2sql/single file stdout/stdout.txt +14 -0
  73. package/__tests__/dbml2sql/syntax-error/dbml-error.log +80 -0
  74. package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +28 -0
  75. package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +28 -0
  76. package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +28 -0
  77. package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +28 -0
  78. package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +28 -0
  79. package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +28 -0
  80. package/__tests__/sql2dbml/syntax-error/dbml-error.log +28 -0
  81. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +28 -0
  82. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +28 -0
  83. package/lib/index.js +25 -21
  84. package/package.json +4 -4
  85. package/src/NodeProjectLayout.ts +33 -7
  86. package/src/cli/export.ts +4 -5
  87. package/src/helpers/logger.ts +14 -5
@@ -0,0 +1,68 @@
1
+ 2026-05-14T08:22:54.200Z
2
+
3
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
4
+
5
+ 2026-05-14T08:23:20.974Z
6
+
7
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
8
+
9
+ 2026-05-14T08:24:48.913Z
10
+
11
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
12
+
13
+ 2026-05-14T08:25:29.674Z
14
+
15
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
16
+
17
+ 2026-05-14T08:25:45.269Z
18
+
19
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
20
+
21
+ 2026-05-14T08:26:22.700Z
22
+
23
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
24
+
25
+ 2026-05-14T08:27:26.075Z
26
+
27
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
28
+
29
+ 2026-05-14T08:28:06.213Z
30
+
31
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
32
+
33
+ 2026-05-14T08:29:32.384Z
34
+
35
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
36
+
37
+ 2026-05-14T08:35:32.238Z
38
+
39
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
40
+
41
+ 2026-05-14T08:36:17.323Z
42
+
43
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
44
+
45
+ 2026-05-14T08:39:24.487Z
46
+
47
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
48
+
49
+ 2026-05-14T08:42:09.888Z
50
+
51
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
52
+
53
+ 2026-05-14T08:42:54.759Z
54
+
55
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
56
+
57
+ 2026-05-14T08:44:24.525Z
58
+
59
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
60
+
61
+ 2026-05-14T08:46:37.610Z
62
+
63
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
64
+
65
+ 2026-05-14T08:47:24.973Z
66
+
67
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
68
+
@@ -0,0 +1,5 @@
1
+ use * from './missing.dbml'
2
+
3
+ Table orders {
4
+ id int [pk]
5
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/main.dbml"]
3
+ }
@@ -0,0 +1,4 @@
1
+ ERROR:
2
+ ./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
3
+
4
+ A complete log can be found in:
@@ -0,0 +1,12 @@
1
+ 2026-05-14T08:45:11.176Z
2
+
3
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
4
+
5
+ 2026-05-14T08:46:38.829Z
6
+
7
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
8
+
9
+ 2026-05-14T08:47:26.169Z
10
+
11
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
12
+
@@ -0,0 +1,6 @@
1
+ use * from './types.dbml'
2
+
3
+ Table users {
4
+ id int [pk]
5
+ name varchar
6
+ }
@@ -0,0 +1,3 @@
1
+ use * from './base.dbml'
2
+
3
+ Ref: users.id > products.id
@@ -0,0 +1,4 @@
1
+ Table products {
2
+ id int [pk]
3
+ name varchar
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/main.dbml"]
3
+ }
@@ -0,0 +1,4 @@
1
+ ERROR:
2
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
3
+
4
+ A complete log can be found in:
@@ -0,0 +1,9 @@
1
+ Table users {
2
+ id int [pk]
3
+ name varchar
4
+ }
5
+
6
+ Records users(id, name) {
7
+ 1, 'Alice'
8
+ 2, 'Bob'
9
+ }
@@ -0,0 +1,6 @@
1
+ use * from './base.dbml'
2
+
3
+ Table orders {
4
+ id int [pk]
5
+ user_id int [ref: > users.id]
6
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/main.dbml"]
3
+ }
@@ -0,0 +1,23 @@
1
+ CREATE TABLE "orders" (
2
+ "id" int PRIMARY KEY,
3
+ "user_id" int
4
+ );
5
+
6
+ CREATE TABLE "users" (
7
+ "id" int PRIMARY KEY,
8
+ "name" varchar
9
+ );
10
+
11
+ ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
12
+
13
+ -- Defer constraint checking for INSERT
14
+ BEGIN;
15
+ SET CONSTRAINTS ALL DEFERRED;
16
+
17
+ INSERT INTO "users" ("id", "name")
18
+ VALUES
19
+ (1, 'Alice'),
20
+ (2, 'Bob');
21
+
22
+ SET CONSTRAINTS ALL IMMEDIATE;
23
+ COMMIT;
@@ -0,0 +1,2 @@
1
+ use { table users } from './users.dbml'
2
+ use { table orders } from './orders.dbml'
@@ -0,0 +1,8 @@
1
+ use { table users } from './users.dbml'
2
+
3
+ Table orders {
4
+ id int [pk]
5
+ user_id int
6
+ }
7
+
8
+ Ref: orders.user_id > users.id
@@ -0,0 +1,4 @@
1
+ Table users {
2
+ id int [pk]
3
+ email varchar
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/main.dbml"]
3
+ }
@@ -0,0 +1,12 @@
1
+ CREATE TABLE "users" (
2
+ "id" int PRIMARY KEY,
3
+ "email" varchar
4
+ );
5
+
6
+ CREATE TABLE "orders" (
7
+ "id" int PRIMARY KEY,
8
+ "user_id" int
9
+ );
10
+
11
+ ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
12
+
@@ -0,0 +1,9 @@
1
+ Table auth.users {
2
+ id int [pk]
3
+ email varchar
4
+ }
5
+
6
+ Table auth.roles {
7
+ id int [pk]
8
+ name varchar
9
+ }
@@ -0,0 +1,3 @@
1
+ use { schema auth } from './auth.dbml'
2
+
3
+ Ref: auth.users.id > auth.roles.id
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/main.dbml"]
3
+ }
@@ -0,0 +1,14 @@
1
+ CREATE SCHEMA "auth";
2
+
3
+ CREATE TABLE "auth"."users" (
4
+ "id" int PRIMARY KEY,
5
+ "email" varchar
6
+ );
7
+
8
+ CREATE TABLE "auth"."roles" (
9
+ "id" int PRIMARY KEY,
10
+ "name" varchar
11
+ );
12
+
13
+ ALTER TABLE "auth"."users" ADD FOREIGN KEY ("id") REFERENCES "auth"."roles" ("id") DEFERRABLE INITIALLY IMMEDIATE;
14
+
@@ -0,0 +1,14 @@
1
+ Table users {
2
+ id int [pk]
3
+ email varchar
4
+ }
5
+
6
+ Table posts {
7
+ id int [pk]
8
+ user_id int [ref: > users.id]
9
+ }
10
+
11
+ TableGroup content {
12
+ users
13
+ posts
14
+ }
@@ -0,0 +1 @@
1
+ use { tablegroup content } from './base.dbml'
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/main.dbml"]
3
+ }
@@ -0,0 +1,12 @@
1
+ CREATE TABLE "users" (
2
+ "id" int PRIMARY KEY,
3
+ "email" varchar
4
+ );
5
+
6
+ CREATE TABLE "posts" (
7
+ "id" int PRIMARY KEY,
8
+ "user_id" int
9
+ );
10
+
11
+ ALTER TABLE "posts" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
12
+
@@ -0,0 +1,6 @@
1
+ reuse * from './types.dbml'
2
+
3
+ Table users {
4
+ id int [pk]
5
+ name varchar
6
+ }
@@ -0,0 +1,7 @@
1
+ use * from './base.dbml'
2
+
3
+ Table orders {
4
+ id int [pk]
5
+ user_id int [ref: > users.id]
6
+ product_id int [ref: > products.id]
7
+ }
@@ -0,0 +1,4 @@
1
+ Table products {
2
+ id int [pk]
3
+ name varchar
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/main.dbml"]
3
+ }
@@ -0,0 +1,20 @@
1
+ CREATE TABLE "orders" (
2
+ "id" int PRIMARY KEY,
3
+ "user_id" int,
4
+ "product_id" int
5
+ );
6
+
7
+ CREATE TABLE "users" (
8
+ "id" int PRIMARY KEY,
9
+ "name" varchar
10
+ );
11
+
12
+ CREATE TABLE "products" (
13
+ "id" int PRIMARY KEY,
14
+ "name" varchar
15
+ );
16
+
17
+ ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
18
+
19
+ ALTER TABLE "orders" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
20
+
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: SQL Server
3
- -- Generated at: 2026-05-12T09:59:58.479Z
3
+ -- Generated at: 2026-05-14T08:47:33.842Z
4
4
 
5
5
  CREATE SCHEMA [schemaB]
6
6
  GO
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2026-05-12T09:59:59.896Z
3
+ -- Generated at: 2026-05-14T08:47:35.125Z
4
4
 
5
5
  CREATE SCHEMA `schemaB`;
6
6
 
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2026-05-12T10:00:01.301Z
3
+ -- Generated at: 2026-05-14T08:47:36.371Z
4
4
 
5
5
  CREATE USER "C##test01"
6
6
  NO AUTHENTICATION
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2026-05-12T10:00:02.633Z
3
+ -- Generated at: 2026-05-14T08:47:37.663Z
4
4
 
5
5
  CREATE SCHEMA "schemaB";
6
6
 
@@ -0,0 +1,11 @@
1
+ Table users {
2
+ id int [pk]
3
+ name varchar
4
+ email varchar [unique]
5
+ }
6
+
7
+ Table posts {
8
+ id int [pk]
9
+ title varchar
10
+ user_id int [ref: > users.id]
11
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "args": ["./in-files/schema.dbml"]
3
+ }
@@ -0,0 +1,14 @@
1
+ CREATE TABLE "users" (
2
+ "id" int PRIMARY KEY,
3
+ "name" varchar,
4
+ "email" varchar UNIQUE
5
+ );
6
+
7
+ CREATE TABLE "posts" (
8
+ "id" int PRIMARY KEY,
9
+ "title" varchar,
10
+ "user_id" int
11
+ );
12
+
13
+ ALTER TABLE "posts" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
14
+
@@ -146,3 +146,83 @@ undefined
146
146
  ecommerce.dbml(17,24): Expect an identifier
147
147
  ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
148
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
+
@@ -144,3 +144,31 @@ undefined
144
144
 
145
145
  You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
146
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
+
@@ -144,3 +144,31 @@ undefined
144
144
 
145
145
  You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
146
146
 
147
+ 2026-05-14T03:41:48.714Z
148
+
149
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
150
+
151
+ 2026-05-14T03:43:50.511Z
152
+
153
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
154
+
155
+ 2026-05-14T03:45:10.329Z
156
+
157
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
158
+
159
+ 2026-05-14T08:28:20.107Z
160
+
161
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
162
+
163
+ 2026-05-14T08:29:45.162Z
164
+
165
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
166
+
167
+ 2026-05-14T08:36:32.215Z
168
+
169
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
170
+
171
+ 2026-05-14T08:47:43.095Z
172
+
173
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
174
+
@@ -144,3 +144,31 @@ undefined
144
144
 
145
145
  You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
146
146
 
147
+ 2026-05-14T03:41:50.248Z
148
+
149
+ You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
150
+
151
+ 2026-05-14T03:43:52.145Z
152
+
153
+ You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
154
+
155
+ 2026-05-14T03:45:11.988Z
156
+
157
+ You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
158
+
159
+ 2026-05-14T08:28:21.468Z
160
+
161
+ You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
162
+
163
+ 2026-05-14T08:29:46.589Z
164
+
165
+ You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
166
+
167
+ 2026-05-14T08:36:33.557Z
168
+
169
+ You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
170
+
171
+ 2026-05-14T08:47:44.568Z
172
+
173
+ You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
174
+
@@ -144,3 +144,31 @@ undefined
144
144
 
145
145
  You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
146
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
+