Skip to content

Commit 0634a61

Browse files
committed
.
1 parent afe8df6 commit 0634a61

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ia4birds-all/ai4birds-web/ai4birds-web-app-backend/models/models/cameras.models.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ export default (sequelize: Sequelize) => {
8787
allowNull: false,
8888
defaultValue: false,
8989
},
90+
camera_id: {
91+
type: DataTypes.STRING,
92+
allowNull: true,
93+
},
9094
},
9195
{
9296
tableName: "cameras",

0 commit comments

Comments
 (0)