- Added TablesList page

- Added Insert Record empty
This commit is contained in:
Paolo Arena
2019-10-20 01:21:54 +02:00
parent 3424b20e9a
commit 93eae51ab8
16 changed files with 568 additions and 88 deletions

View File

@@ -13,7 +13,7 @@ mongoose.plugin(schema => {
const sendmsgSchema = new Schema({
idapp: {
type: Number,
type: String,
},
userId: {
type: String,