mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
update schema
This commit is contained in:
parent
4439b6693c
commit
decf416dd9
@ -1,7 +1,7 @@
|
||||
export default {
|
||||
user_id: { type: String, required: true },
|
||||
parent_id: { type: String, required: true },
|
||||
content: { type: String, required: true },
|
||||
message: { type: String, required: true },
|
||||
created_at: { type: Date, default: Date.now },
|
||||
liked: { type: Array, default: [] },
|
||||
//liked: { type: Array, default: [] },
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user