feat: add chat message

This commit is contained in:
2024-10-01 00:47:14 +08:00
parent e05c042827
commit bd38ad2eaa
20 changed files with 556 additions and 10 deletions

View File

@@ -79,6 +79,7 @@ ContainerModel.init(
{
sequelize,
tableName: 'kv_container',
paranoid: true,
},
);