We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A forum post structure.
Should I user a Post and Thread structure or only a Post with a parentPost property like in this schema picture ?
Post
Thread
parentPost
Entity
int
DateTime
string
User
Tag[]
?UserClass
Category
The text was updated successfully, but these errors were encountered:
What do You Think @n-peugnet
Sorry, something went wrong.
No branches or pull requests
A forum post structure.
Should I user a
Post
andThread
structure or only aPost
with aparentPost
property like in this schema picture ?Post
Entity
int
Thread
DateTime
DateTime
string
User
Thread
Entity
int
User
Tag[]
string
Forum
Entity
int
?UserClass
(required used class)Category
Category
Entity
int
string
int
The text was updated successfully, but these errors were encountered: