@dbml/cli 8.0.0-alpha.8 → 8.0.0-prerelease.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 (94) hide show
  1. package/__tests__/db2dbml/mssql/dbml-error.log +110 -0
  2. package/__tests__/db2dbml/mysql/dbml-error.log +143 -0
  3. package/__tests__/db2dbml/oracle/dbml-error.log +154 -0
  4. package/__tests__/db2dbml/postgres/dbml-error.log +77 -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 +97 -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 +7182 -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 imported-syntax-error/dbml-error.log +28 -0
  33. package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/broken.dbml +4 -0
  34. package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/main.dbml +6 -0
  35. package/__tests__/dbml2sql/multifile error imported-syntax-error/options.json +3 -0
  36. package/__tests__/dbml2sql/multifile error imported-syntax-error/stdout.txt +5 -0
  37. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +28 -0
  38. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/base.dbml +6 -0
  39. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/main.dbml +3 -0
  40. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/types.dbml +4 -0
  41. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/options.json +3 -0
  42. package/__tests__/dbml2sql/multifile error transitive-use-not-visible/stdout.txt +4 -0
  43. package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
  44. package/__tests__/dbml2sql/multifile records pulling stdout/in-files/base.dbml +9 -0
  45. package/__tests__/dbml2sql/multifile records pulling stdout/in-files/main.dbml +6 -0
  46. package/__tests__/dbml2sql/multifile records pulling stdout/options.json +3 -0
  47. package/__tests__/dbml2sql/multifile records pulling stdout/stdout.txt +23 -0
  48. package/__tests__/dbml2sql/multifile refs across files stdout/dbml-error.log +0 -0
  49. package/__tests__/dbml2sql/multifile refs across files stdout/in-files/main.dbml +2 -0
  50. package/__tests__/dbml2sql/multifile refs across files stdout/in-files/orders.dbml +8 -0
  51. package/__tests__/dbml2sql/multifile refs across files stdout/in-files/users.dbml +4 -0
  52. package/__tests__/dbml2sql/multifile refs across files stdout/options.json +3 -0
  53. package/__tests__/dbml2sql/multifile refs across files stdout/stdout.txt +12 -0
  54. package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
  55. package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/auth.dbml +9 -0
  56. package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/main.dbml +3 -0
  57. package/__tests__/dbml2sql/multifile schema pulling stdout/options.json +3 -0
  58. package/__tests__/dbml2sql/multifile schema pulling stdout/stdout.txt +14 -0
  59. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
  60. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/base.dbml +14 -0
  61. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/main.dbml +1 -0
  62. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/options.json +3 -0
  63. package/__tests__/dbml2sql/multifile tablegroup pulling stdout/stdout.txt +12 -0
  64. package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
  65. package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/base.dbml +6 -0
  66. package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/main.dbml +7 -0
  67. package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/types.dbml +4 -0
  68. package/__tests__/dbml2sql/multifile transitive reuse stdout/options.json +3 -0
  69. package/__tests__/dbml2sql/multifile transitive reuse stdout/stdout.txt +20 -0
  70. package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
  71. package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
  72. package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
  73. package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
  74. package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
  75. package/__tests__/dbml2sql/single file stdout/in-files/schema.dbml +11 -0
  76. package/__tests__/dbml2sql/single file stdout/options.json +3 -0
  77. package/__tests__/dbml2sql/single file stdout/stdout.txt +14 -0
  78. package/__tests__/dbml2sql/syntax-error/dbml-error.log +116 -0
  79. package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +44 -0
  80. package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +44 -0
  81. package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +44 -0
  82. package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +44 -0
  83. package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +44 -0
  84. package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +44 -0
  85. package/__tests__/sql2dbml/syntax-error/dbml-error.log +44 -0
  86. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +44 -0
  87. package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +44 -0
  88. package/lib/index.js +44 -91
  89. package/package.json +5 -5
  90. package/src/NodeProjectLayout.ts +31 -89
  91. package/src/cli/connector.ts +5 -2
  92. package/src/cli/export.ts +19 -18
  93. package/src/cli/import.ts +7 -3
  94. package/src/helpers/logger.ts +4 -23
@@ -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,28 @@
1
+ 2026-05-14T09:16:42.094Z
2
+
3
+ ./in-files/broken.dbml(4,1): Expect an identifier
4
+
5
+ 2026-05-14T09:17:19.884Z
6
+
7
+ ./in-files/broken.dbml(4,1): Expect an identifier
8
+
9
+ 2026-05-14T09:24:40.738Z
10
+
11
+ ./in-files/broken.dbml(4,1): Expect an identifier
12
+ ./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
13
+
14
+ 2026-05-14T09:25:02.688Z
15
+
16
+ ./in-files/broken.dbml(4,1): Expect an identifier
17
+ ./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
18
+
19
+ 2026-05-14T09:25:39.977Z
20
+
21
+ ./in-files/broken.dbml(4,1): Expect an identifier
22
+ ./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
23
+
24
+ 2026-05-14T15:04:06.027Z
25
+
26
+ ./in-files/broken.dbml(4,1): Expect an identifier
27
+ ./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
28
+
@@ -0,0 +1,4 @@
1
+ Table users {
2
+ id int [pk
3
+ name varchar
4
+ }
@@ -0,0 +1,6 @@
1
+ use * from './broken.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,5 @@
1
+ ERROR:
2
+ ./in-files/broken.dbml(4,1): Expect an identifier
3
+ ./in-files/broken.dbml(2,11): Unknown column setting 'pk name varchar'
4
+
5
+ A complete log can be found in:
@@ -0,0 +1,28 @@
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
+
13
+ 2026-05-14T09:17:21.091Z
14
+
15
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
16
+
17
+ 2026-05-14T09:24:42.002Z
18
+
19
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
20
+
21
+ 2026-05-14T09:25:41.213Z
22
+
23
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
24
+
25
+ 2026-05-14T15:04:07.337Z
26
+
27
+ ./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
28
+
@@ -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-06T10:16:55.732Z
3
+ -- Generated at: 2026-05-14T15:04:15.037Z
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-06T10:16:56.929Z
3
+ -- Generated at: 2026-05-14T15:04:16.331Z
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-06T10:16:58.141Z
3
+ -- Generated at: 2026-05-14T15:04:17.612Z
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-06T10:16:59.320Z
3
+ -- Generated at: 2026-05-14T15:04:18.901Z
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
+
@@ -131,3 +131,119 @@ undefined
131
131
  ecommerce.dbml(17,24): Expect an identifier
132
132
  ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
133
133
 
134
+ 2026-05-07T08:40:38.665Z
135
+
136
+ ecommerce.dbml(17,24): Expect an identifier
137
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
138
+
139
+ 2026-05-07T08:42:33.135Z
140
+
141
+ ecommerce.dbml(17,24): Expect an identifier
142
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
143
+
144
+ 2026-05-12T10:00:04.107Z
145
+
146
+ ecommerce.dbml(17,24): Expect an identifier
147
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
148
+
149
+ 2026-05-14T03:41:45.756Z
150
+
151
+ ecommerce.dbml(17,24): Expect an identifier
152
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
153
+
154
+ 2026-05-14T03:43:47.261Z
155
+
156
+ ecommerce.dbml(17,24): Expect an identifier
157
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
158
+
159
+ 2026-05-14T03:45:06.947Z
160
+
161
+ ecommerce.dbml(17,24): Expect an identifier
162
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
163
+
164
+ 2026-05-14T08:24:58.781Z
165
+
166
+ ecommerce.dbml(17,24): Expect an identifier
167
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
168
+
169
+ 2026-05-14T08:25:39.122Z
170
+
171
+ ecommerce.dbml(17,24): Expect an identifier
172
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
173
+
174
+ 2026-05-14T08:27:35.270Z
175
+
176
+ ecommerce.dbml(17,24): Expect an identifier
177
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
178
+
179
+ 2026-05-14T08:28:16.807Z
180
+
181
+ ecommerce.dbml(17,24): Expect an identifier
182
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
183
+
184
+ 2026-05-14T08:29:42.325Z
185
+
186
+ ecommerce.dbml(17,24): Expect an identifier
187
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
188
+
189
+ 2026-05-14T08:35:44.574Z
190
+
191
+ ecommerce.dbml(17,24): Expect an identifier
192
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
193
+
194
+ 2026-05-14T08:36:29.391Z
195
+
196
+ ecommerce.dbml(17,24): Expect an identifier
197
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
198
+
199
+ 2026-05-14T08:39:37.109Z
200
+
201
+ ecommerce.dbml(17,24): Expect an identifier
202
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
203
+
204
+ 2026-05-14T08:42:20.857Z
205
+
206
+ ecommerce.dbml(17,24): Expect an identifier
207
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
208
+
209
+ 2026-05-14T08:43:06.084Z
210
+
211
+ ecommerce.dbml(17,24): Expect an identifier
212
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
213
+
214
+ 2026-05-14T08:44:36.820Z
215
+
216
+ ecommerce.dbml(17,24): Expect an identifier
217
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
218
+
219
+ 2026-05-14T08:46:52.676Z
220
+
221
+ ecommerce.dbml(17,24): Expect an identifier
222
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
223
+
224
+ 2026-05-14T08:47:40.201Z
225
+
226
+ ecommerce.dbml(17,24): Expect an identifier
227
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
228
+
229
+ 2026-05-14T09:17:34.775Z
230
+
231
+ ecommerce.dbml(17,24): Expect an identifier
232
+ ecommerce.dbml(17,24): Expect an identifier
233
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
234
+
235
+ 2026-05-14T09:24:55.737Z
236
+
237
+ ecommerce.dbml(17,24): Expect an identifier
238
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
239
+
240
+ 2026-05-14T09:25:54.774Z
241
+
242
+ ecommerce.dbml(17,24): Expect an identifier
243
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
244
+
245
+ 2026-05-14T15:04:21.573Z
246
+
247
+ ecommerce.dbml(17,24): Expect an identifier
248
+ ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
249
+
@@ -132,3 +132,47 @@ undefined
132
132
 
133
133
  You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
134
134
 
135
+ 2026-05-07T08:40:40.063Z
136
+
137
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
138
+
139
+ 2026-05-07T08:42:34.694Z
140
+
141
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
142
+
143
+ 2026-05-12T10:00:05.690Z
144
+
145
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
146
+
147
+ 2026-05-14T03:41:47.259Z
148
+
149
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
150
+
151
+ 2026-05-14T03:43:48.835Z
152
+
153
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
154
+
155
+ 2026-05-14T03:45:08.653Z
156
+
157
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
158
+
159
+ 2026-05-14T08:28:18.493Z
160
+
161
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
162
+
163
+ 2026-05-14T08:29:43.719Z
164
+
165
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
166
+
167
+ 2026-05-14T08:36:30.834Z
168
+
169
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
170
+
171
+ 2026-05-14T08:47:41.638Z
172
+
173
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
174
+
175
+ 2026-05-14T15:04:23.072Z
176
+
177
+ You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
178
+
@@ -132,3 +132,47 @@ undefined
132
132
 
133
133
  You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
134
134
 
135
+ 2026-05-07T08:40:41.446Z
136
+
137
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
138
+
139
+ 2026-05-07T08:42:36.191Z
140
+
141
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
142
+
143
+ 2026-05-12T10:00:07.181Z
144
+
145
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
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
+
175
+ 2026-05-14T15:04:24.555Z
176
+
177
+ You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
178
+