Добавляем миграции в БД sqlite

This commit is contained in:
Book Pauk
2019-03-08 18:05:58 +07:00
parent a39626f867
commit 5122cda6db
6 changed files with 210 additions and 93 deletions

View File

@@ -0,0 +1,5 @@
module.exports = {
table: 'migration1',
data: [
]
}