We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373b81a commit 49c4743Copy full SHA for 49c4743
templates/migration-template.js
@@ -1,5 +1,18 @@
1
+/**
2
+ * @type {import('node-pg-migrate').ColumnDefinitions | undefined}
3
+ */
4
exports.shorthands = undefined;
5
6
7
+ * @param pgm {import('node-pg-migrate').MigrationBuilder}
8
+ * @param run {() => void | undefined}
9
+ * @returns {Promise<void> | void}
10
11
exports.up = (pgm) => {};
12
13
14
15
16
17
18
exports.down = (pgm) => {};
0 commit comments