UNPKG

1.49 kBMarkdownView Raw
1<!-- Before submitting an issue, please consult our docs (https://github.com/RobinBuschmann/sequelize-typescript) and check whether your problem was already reported (https://github.com/RobinBuschmann/sequelize-typescript/issues) -->
2
3<!-- Please make sure you are posting an issue pertaining to sequelize-typescript. If you are having an issue with sequelize itself, please consult the sequelize team (https://github.com/sequelize/sequelize/issues) -->
4
5# Issue
6
7## Versions
8
9<!-- Please let us know which sequelize, sequelize-typescript and typescript version are you using -->
10
11- sequelize:
12- sequelize-typescript:
13- typescript:
14
15## Issue type
16
17<!-- (check one with "x") -->
18
19- [ ] bug report
20- [ ] feature request
21
22## Actual behavior
23
24<!-- Describe how the bug manifests. -->
25
26## Expected behavior
27
28<!-- Describe what the behavior would be without the bug. -->
29
30## Steps to reproduce
31
32<!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. -->
33
34## Related code
35
36<!-- If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means:
37
38- A sample application via GitHub (Best option, since its much easier for us to investigate, so that we can come back to you more recently)
39- A code snippet below (Please make sure, that the snippet at least includes tsconfig and the sequelize options)
40
41-->
42
43```ts
44insert short code snippets here
45```