@dbml/cli 3.4.1-project-token.0 → 3.4.2
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.
- package/__test__/dbml2sql/filename --mysql --out-file/dbml-error.log +0 -36
- package/__test__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +2 -2
- package/__test__/dbml2sql/filename --out-file/dbml-error.log +0 -36
- package/__test__/dbml2sql/filename --out-file/out-files/schema.sql +2 -2
- package/__test__/dbml2sql/filename --postgres --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +2 -2
- package/__test__/dbml2sql/filenames --mysql --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +2 -2
- package/__test__/dbml2sql/filenames --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --out-file/out-files/schema.sql +2 -2
- package/__test__/dbml2sql/filenames --postgres --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +2 -2
- package/__test__/dbml2sql/multiple_schema_mssql/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +2 -2
- package/__test__/dbml2sql/multiple_schema_mysql/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +2 -2
- package/__test__/dbml2sql/multiple_schema_pg/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +2 -2
- package/__test__/dbml2sql/syntax-error/dbml-error.log +1076 -2163
- package/__test__/sql2dbml/filename --mssql --out-file/dbml-error.log +0 -51
- package/__test__/sql2dbml/filename --mysql --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --postgres --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --postgres stdout/in-files/schema.sql +18 -2
- package/__test__/sql2dbml/filename --postgres stdout/stdout.txt +12 -0
- package/__test__/sql2dbml/filenames --mysql --out-file/dbml-error.log +0 -239
- package/__test__/sql2dbml/filenames --mysql stdout/dbml-error.log +0 -218
- package/__test__/sql2dbml/filenames --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filenames --postgres --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/multiple_schema_mssql/dbml-error.log +0 -121
- package/__test__/sql2dbml/multiple_schema_mysql/dbml-error.log +0 -104
- package/__test__/sql2dbml/multiple_schema_pg/dbml-error.log +32 -163
- package/__test__/sql2dbml/syntax-error/dbml-error.log +1094 -2714
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +1130 -1993
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +1125 -1988
- package/bin/dbml2sql.js +0 -0
- package/bin/sql2dbml.js +0 -0
- package/dbml-error.log +258 -322
- package/package.json +3 -3
- package/yarn-error.log +87 -0
- package/__test__/dbml2sql/filename --oracle --out-file/dbml-error.log +0 -0
- package/__test__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +0 -61
- package/__test__/dbml2sql/filename --oracle stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/dbml-error.log +0 -0
- package/__test__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +0 -172
- package/__test__/dbml2sql/filenames --oracle stdout/dbml-error.log +0 -0
- package/__test__/dbml2sql/multiple_schema_oracle/dbml-error.log +0 -0
- package/__test__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +0 -88
- 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
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
-- SQL dump generated using DBML (dbml.
|
|
1
|
+
-- SQL dump generated using DBML (dbml-lang.org)
|
|
2
2
|
-- Database: MySQL
|
|
3
|
-
-- Generated at: 2024-
|
|
3
|
+
-- Generated at: 2024-03-19T03:39:26.465Z
|
|
4
4
|
|
|
5
5
|
CREATE TABLE `orders` (
|
|
6
6
|
`id` int PRIMARY KEY AUTO_INCREMENT,
|
|
@@ -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
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
-- SQL dump generated using DBML (dbml.
|
|
1
|
+
-- SQL dump generated using DBML (dbml-lang.org)
|
|
2
2
|
-- Database: PostgreSQL
|
|
3
|
-
-- Generated at: 2024-
|
|
3
|
+
-- Generated at: 2024-03-19T03:39:27.109Z
|
|
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
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
-- SQL dump generated using DBML (dbml.
|
|
1
|
+
-- SQL dump generated using DBML (dbml-lang.org)
|
|
2
2
|
-- Database: PostgreSQL
|
|
3
|
-
-- Generated at: 2024-
|
|
3
|
+
-- Generated at: 2024-03-19T03:39:27.438Z
|
|
4
4
|
|
|
5
5
|
CREATE TYPE "orders_status" AS ENUM (
|
|
6
6
|
'created',
|
|
@@ -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,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
|
-
-- SQL dump generated using DBML (dbml.
|
|
1
|
+
-- SQL dump generated using DBML (dbml-lang.org)
|
|
2
2
|
-- Database: PostgreSQL
|
|
3
|
-
-- Generated at: 2024-
|
|
3
|
+
-- Generated at: 2024-03-19T03:39:29.091Z
|
|
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
|
-
-- SQL dump generated using DBML (dbml.
|
|
1
|
+
-- SQL dump generated using DBML (dbml-lang.org)
|
|
2
2
|
-- Database: PostgreSQL
|
|
3
|
-
-- Generated at: 2024-
|
|
3
|
+
-- Generated at: 2024-03-19T03:39:29.425Z
|
|
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,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,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
|
-
|