Closed js-lowes closed 2 years ago
@nodece @Zxilly @Shivansh-yadav13 please review
@nodece @Zxilly @Shivansh-yadav13 please review
@hsluoyz had a lint error, I fixed it
Totals | |
---|---|
Change from base Build 3030254759: | 0.09% |
Covered Lines: | 113 |
Relevant Lines: | 122 |
lgtm, but please follow semantic commit rules.
:tada: This PR is included in version 2.4.0 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
Support to optionally set the schema for table
Why?
Some RDBMS support the idea of
schema
being a separated namespace under a database, e.g. Postgres.What was changed?
schema
option to the table creation exactly howtableName
was propagated.