"...src/git@compmath.korea.ac.kr:students/butter-studio.git" did not exist on "5b2006a06e02fcc9ccc83ca2723d9f9b033ed2bd"
Commit 7d87eeae authored by 우지원's avatar 우지원
Browse files

0

parent 973b3384
import { DataTypes } from "sequelize"; import pkg from 'sequelize';
const { DataTypes } = pkg;
const RoomModel = (sequelize) => { const RoomModel = (sequelize) => {
const Room = sequelize.define( const Room = sequelize.define(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment