@dbml/cli 3.4.1 → 3.4.3

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 (75) hide show
  1. package/__test__/dbml2sql/filename --mysql --out-file/dbml-error.log +0 -36
  2. package/__test__/dbml2sql/filename --mysql --out-file/in-files/schema.dbml +4 -4
  3. package/__test__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
  4. package/__test__/dbml2sql/filename --mysql stdout/in-files/schema.dbml +4 -4
  5. package/__test__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
  6. package/__test__/dbml2sql/filename --out-file/dbml-error.log +0 -36
  7. package/__test__/dbml2sql/filename --out-file/in-files/schema.dbml +4 -4
  8. package/__test__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
  9. package/__test__/dbml2sql/filename --postgres --out-file/dbml-error.log +0 -24
  10. package/__test__/dbml2sql/filename --postgres --out-file/in-files/schema.dbml +4 -4
  11. package/__test__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
  12. package/__test__/dbml2sql/filename --postgres stdout/in-files/schema.dbml +4 -4
  13. package/__test__/dbml2sql/filename stdout/in-files/schema.dbml +4 -4
  14. package/__test__/dbml2sql/filenames --mysql --out-file/dbml-error.log +0 -24
  15. package/__test__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
  16. package/__test__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
  17. package/__test__/dbml2sql/filenames --out-file/dbml-error.log +0 -24
  18. package/__test__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
  19. package/__test__/dbml2sql/filenames --postgres --out-file/dbml-error.log +0 -24
  20. package/__test__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
  21. package/__test__/dbml2sql/multiple_schema_mssql/dbml-error.log +0 -24
  22. package/__test__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
  23. package/__test__/dbml2sql/multiple_schema_mysql/dbml-error.log +0 -24
  24. package/__test__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
  25. package/__test__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
  26. package/__test__/dbml2sql/multiple_schema_pg/dbml-error.log +0 -24
  27. package/__test__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
  28. package/__test__/dbml2sql/syntax-error/dbml-error.log +1078 -2162
  29. package/__test__/sql2dbml/filename --mssql --out-file/dbml-error.log +0 -51
  30. package/__test__/sql2dbml/filename --mssql --out-file/expect-out-files/schema.dbml +3 -3
  31. package/__test__/sql2dbml/filename --mssql --out-file/out-files/schema.dbml +3 -3
  32. package/__test__/sql2dbml/filename --mysql --out-file/dbml-error.log +0 -24
  33. package/__test__/sql2dbml/filename --mysql --out-file/expect-out-files/schema.dbml +4 -4
  34. package/__test__/sql2dbml/filename --mysql --out-file/out-files/schema.dbml +4 -4
  35. package/__test__/sql2dbml/filename --mysql stdout/stdout.txt +4 -4
  36. package/__test__/sql2dbml/filename --out-file/dbml-error.log +0 -24
  37. package/__test__/sql2dbml/filename --out-file/expect-out-files/schema.dbml +4 -4
  38. package/__test__/sql2dbml/filename --out-file/out-files/schema.dbml +4 -4
  39. package/__test__/sql2dbml/filename --postgres --out-file/dbml-error.log +0 -24
  40. package/__test__/sql2dbml/filename --postgres --out-file/expect-out-files/schema.dbml +4 -4
  41. package/__test__/sql2dbml/filename --postgres --out-file/out-files/schema.dbml +4 -4
  42. package/__test__/sql2dbml/filename --postgres stdout/in-files/schema.sql +18 -2
  43. package/__test__/sql2dbml/filename --postgres stdout/stdout.txt +16 -4
  44. package/__test__/sql2dbml/filename stdout/stdout.txt +4 -4
  45. package/__test__/sql2dbml/filenames --mysql --out-file/dbml-error.log +0 -239
  46. package/__test__/sql2dbml/filenames --mysql --out-file/expect-out-files/schema.dbml +3 -3
  47. package/__test__/sql2dbml/filenames --mysql --out-file/out-files/schema.dbml +3 -3
  48. package/__test__/sql2dbml/filenames --mysql stdout/dbml-error.log +0 -218
  49. package/__test__/sql2dbml/filenames --mysql stdout/stdout.txt +3 -3
  50. package/__test__/sql2dbml/filenames --out-file/dbml-error.log +0 -24
  51. package/__test__/sql2dbml/filenames --out-file/expect-out-files/schema.dbml +3 -3
  52. package/__test__/sql2dbml/filenames --out-file/out-files/schema.dbml +3 -3
  53. package/__test__/sql2dbml/filenames --postgres --out-file/dbml-error.log +0 -24
  54. package/__test__/sql2dbml/filenames --postgres --out-file/expect-out-files/schema.dbml +3 -3
  55. package/__test__/sql2dbml/filenames --postgres --out-file/out-files/schema.dbml +3 -3
  56. package/__test__/sql2dbml/filenames --postgres stdout/stdout.txt +3 -3
  57. package/__test__/sql2dbml/filenames stdout/stdout.txt +3 -3
  58. package/__test__/sql2dbml/multiple_schema_mssql/dbml-error.log +0 -121
  59. package/__test__/sql2dbml/multiple_schema_mssql/expect-out-files/multiple_schema.out.dbml +6 -6
  60. package/__test__/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +6 -6
  61. package/__test__/sql2dbml/multiple_schema_mysql/dbml-error.log +0 -104
  62. package/__test__/sql2dbml/multiple_schema_mysql/expect-out-files/multiple_schema.out.dbml +11 -11
  63. package/__test__/sql2dbml/multiple_schema_mysql/out-files/multiple_schema.out.dbml +11 -11
  64. package/__test__/sql2dbml/multiple_schema_pg/dbml-error.log +32 -163
  65. package/__test__/sql2dbml/multiple_schema_pg/expect-out-files/multiple_schema.out.dbml +12 -12
  66. package/__test__/sql2dbml/multiple_schema_pg/out-files/multiple_schema.out.dbml +12 -12
  67. package/__test__/sql2dbml/syntax-error/dbml-error.log +1096 -2713
  68. package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +1132 -1992
  69. package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +1127 -1987
  70. package/bin/dbml2sql.js +0 -0
  71. package/bin/sql2dbml.js +0 -0
  72. package/dbml-error.log +258 -322
  73. package/package.json +3 -3
  74. package/yarn-error.log +87 -0
  75. package/bin/dbml-error.log +0 -0
@@ -1,36 +0,0 @@
1
- 2021-07-13T12:37:40.734Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:47:15.905Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
25
- 2021-07-13T12:58:20.418Z
26
- TypeError: Cannot read property 'tick' of undefined
27
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
28
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
29
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
30
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
31
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
32
- at Module.load (internal/modules/cjs/loader.js:950:32)
33
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
34
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
35
- at internal/main/run_main_module.js:17:47
36
-
@@ -32,10 +32,10 @@ Table "products" {
32
32
  "created_at" datetime [default: `now()`]
33
33
 
34
34
 
35
- Indexes {
36
- (merchant_id, status) [name: "product_status"]
37
- id [type: hash, unique, name: "products_index_1"]
38
- }
35
+ Indexes {
36
+ (merchant_id, status) [name: "product_status"]
37
+ id [type: hash, unique, name: "products_index_1"]
38
+ }
39
39
  }
40
40
 
41
41
  Table "users" {
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2024-04-15T03:41:55.271Z
3
+ -- Generated at: 2024-04-26T07:09:57.025Z
4
4
 
5
5
  CREATE TABLE `orders` (
6
6
  `id` int PRIMARY KEY AUTO_INCREMENT,
@@ -32,10 +32,10 @@ Table "products" {
32
32
  "created_at" datetime [default: `now()`]
33
33
 
34
34
 
35
- Indexes {
36
- (merchant_id, status) [name: "product_status"]
37
- id [type: hash, unique, name: "products_index_1"]
38
- }
35
+ Indexes {
36
+ (merchant_id, status) [name: "product_status"]
37
+ id [type: hash, unique, name: "products_index_1"]
38
+ }
39
39
  }
40
40
 
41
41
  Table "users" {
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2024-04-15T03:41:56.214Z
3
+ -- Generated at: 2024-04-26T07:09:57.791Z
4
4
 
5
5
  CREATE TABLE "orders" (
6
6
  "id" int GENERATED AS IDENTITY PRIMARY KEY,
@@ -1,36 +0,0 @@
1
- 2021-07-13T12:37:43.283Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:47:19.039Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
25
- 2021-07-13T12:58:22.994Z
26
- TypeError: Cannot read property 'tick' of undefined
27
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
28
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
29
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
30
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
31
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
32
- at Module.load (internal/modules/cjs/loader.js:950:32)
33
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
34
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
35
- at internal/main/run_main_module.js:17:47
36
-
@@ -32,10 +32,10 @@ Table "products" {
32
32
  "created_at" datetime [default: `now()`]
33
33
 
34
34
 
35
- Indexes {
36
- (merchant_id, status) [name: "product_status"]
37
- id [type: hash, unique]
38
- }
35
+ Indexes {
36
+ (merchant_id, status) [name: "product_status"]
37
+ id [type: hash, unique]
38
+ }
39
39
  }
40
40
 
41
41
  Table "users" {
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2024-04-15T03:41:57.102Z
3
+ -- Generated at: 2024-04-26T07:09:58.493Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -1,24 +0,0 @@
1
- 2021-07-13T12:37:44.406Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:58:23.999Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
@@ -32,10 +32,10 @@ Table "products" {
32
32
  "created_at" datetime [default: `now()`]
33
33
 
34
34
 
35
- Indexes {
36
- (merchant_id, status) [name: "product_status"]
37
- id [type: hash, unique]
38
- }
35
+ Indexes {
36
+ (merchant_id, status) [name: "product_status"]
37
+ id [type: hash, unique]
38
+ }
39
39
  }
40
40
 
41
41
  Table "users" {
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2024-04-15T03:41:57.541Z
3
+ -- Generated at: 2024-04-26T07:09:58.833Z
4
4
 
5
5
  CREATE TYPE "orders_status" AS ENUM (
6
6
  'created',
@@ -32,10 +32,10 @@ Table "products" {
32
32
  "created_at" datetime [default: `now()`]
33
33
 
34
34
 
35
- Indexes {
36
- (merchant_id, status) [name: "product_status"]
37
- id [type: hash, unique]
38
- }
35
+ Indexes {
36
+ (merchant_id, status) [name: "product_status"]
37
+ id [type: hash, unique]
38
+ }
39
39
  }
40
40
 
41
41
  Table "users" {
@@ -32,10 +32,10 @@ Table "products" {
32
32
  "created_at" datetime [default: `now()`]
33
33
 
34
34
 
35
- Indexes {
36
- (merchant_id, status) [name: "product_status"]
37
- id [type: hash, unique]
38
- }
35
+ Indexes {
36
+ (merchant_id, status) [name: "product_status"]
37
+ id [type: hash, unique]
38
+ }
39
39
  }
40
40
 
41
41
  Table "users" {
@@ -1,24 +0,0 @@
1
- 2021-07-13T12:37:47.900Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:58:26.936Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2024-04-15T03:41:58.921Z
3
+ -- Generated at: 2024-04-26T07:09:59.892Z
4
4
 
5
5
  CREATE TABLE `staff` (
6
6
  `id` int PRIMARY KEY,
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: Oracle
3
- -- Generated at: 2024-04-15T03:41:59.832Z
3
+ -- Generated at: 2024-04-26T07:10:00.641Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -1,24 +0,0 @@
1
- 2021-07-13T12:37:50.404Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:58:29.075Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2024-04-15T03:42:00.744Z
3
+ -- Generated at: 2024-04-26T07:10:01.485Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -1,24 +0,0 @@
1
- 2021-07-13T12:37:51.477Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:58:30.073Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2024-04-15T03:42:01.199Z
3
+ -- Generated at: 2024-04-26T07:10:01.966Z
4
4
 
5
5
  CREATE TABLE "staff" (
6
6
  "id" int PRIMARY KEY,
@@ -1,24 +0,0 @@
1
- 2021-07-13T12:37:44.406Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:58:23.999Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: SQL Server
3
- -- Generated at: 2024-04-15T03:42:02.644Z
3
+ -- Generated at: 2024-04-26T07:10:03.101Z
4
4
 
5
5
  CREATE SCHEMA [schemaB]
6
6
  GO
@@ -1,24 +0,0 @@
1
- 2021-07-13T12:37:44.406Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:58:23.999Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: MySQL
3
- -- Generated at: 2024-04-15T03:42:03.117Z
3
+ -- Generated at: 2024-04-26T07:10:03.478Z
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: 2024-04-15T03:42:03.558Z
3
+ -- Generated at: 2024-04-26T07:10:03.826Z
4
4
 
5
5
  CREATE USER "C##test01"
6
6
  NO AUTHENTICATION
@@ -1,24 +0,0 @@
1
- 2021-07-13T12:37:44.406Z
2
- TypeError: Cannot read property 'tick' of undefined
3
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:56)
4
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
5
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
6
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
7
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
8
- at Module.load (internal/modules/cjs/loader.js:950:32)
9
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
10
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
11
- at internal/main/run_main_module.js:17:47
12
-
13
- 2021-07-13T12:58:23.999Z
14
- TypeError: Cannot read property 'tick' of undefined
15
- at exportHandler (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\export.js:37:49)
16
- at dbml2sql (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\src\cli\index.js:19:3)
17
- at Object.<anonymous> (C:\Users\Inspiron101\Desktop\Holistics\dbml\packages\dbml-cli\__test__\dbml2sql_bin.js:5:1)
18
- at Module._compile (internal/modules/cjs/loader.js:1085:14)
19
- at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
20
- at Module.load (internal/modules/cjs/loader.js:950:32)
21
- at Function.Module._load (internal/modules/cjs/loader.js:790:14)
22
- at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
23
- at internal/main/run_main_module.js:17:47
24
-
@@ -1,6 +1,6 @@
1
1
  -- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
  -- Database: PostgreSQL
3
- -- Generated at: 2024-04-15T03:42:04.005Z
3
+ -- Generated at: 2024-04-26T07:10:04.171Z
4
4
 
5
5
  CREATE SCHEMA "schemaB";
6
6