create runs table

This commit is contained in:
Takeshi Kimata
2024-02-12 17:36:50 +09:00
parent 197a011c4c
commit b23922c8e5
7 changed files with 181 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
'use strict';
/** @type {import('sequelize-cli').Migration} */
module.exports = {
up: async (queryInterface, Sequelize) => {
await queryInterface.createTable('Projects', {