1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-01 17:05:18 +02:00
This commit is contained in:
François Darveau 2021-12-20 15:07:04 -05:00
commit 3609fe211b
14 changed files with 74 additions and 19 deletions

View file

@ -35,6 +35,11 @@ const App = sequelize.define(
allowNull: true,
defaultValue: 1,
},
description: {
type: DataTypes.STRING,
allowNull: false,
defaultValue: '',
},
},
{
tableName: 'apps',