Please enable JavaScript.
Coggle requires JavaScript to display documents.
HashInclude, Data model - Coggle Diagram
HashInclude
Editor options
Bold
Italic
Underline
Sub heading
Heading
Title
Block Quote
code block
Image
Link
Requirements
Home page
All posts
Filter
All
Article
Includes
Auth page
Sign in
Sign up
Sign out
My Activities
Editor
Mini Editor
heading
text
code block
code highlighter
image
Blog editor
Navigation
Profile
Admin
Backend
User
Article
type
category
content
userId
Data model
Content
_id
dataType - string
autoGenerated
mandatory
primaryKey
title
dataType - string
default - ""
data
dataType - string
default - ""
_created_by
dataType - string
foriegnKey
mandatory
autoPopulated
_created_at
dataType - string
mandatory
likes
dataType - array of userIds
default: []
_modified_at
dataType - string
autoGenerated
type
dataType - string
value - one of long, short
_modified_by
User
id
name
email