mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-01 17:05:18 +02:00
Merge branch 'master' of https://github.com/pawelmalak/flame
This commit is contained in:
commit
3609fe211b
14 changed files with 74 additions and 19 deletions
|
@ -35,6 +35,11 @@ const App = sequelize.define(
|
|||
allowNull: true,
|
||||
defaultValue: 1,
|
||||
},
|
||||
description: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: false,
|
||||
defaultValue: '',
|
||||
},
|
||||
},
|
||||
{
|
||||
tableName: 'apps',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue