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