add ts-check

Signed-off-by: iris <hellocomplex007@gmail.com>
This commit is contained in:
iris
2022-12-15 15:30:52 +08:00
parent bcd800bb33
commit 860fbcde3b
@@ -14,6 +14,11 @@
* limitations under the License.
*/
// @ts-check
/**
* @param { import("knex").Knex } knex
*/
exports.up = async function up(knex) {
await knex.schema.table('final_entities', table => {
table