field | type | specs |
---|---|---|
comment_id | INT(11) |
Last active
April 29, 2020 13:19
-
-
Save georgebullock/410718521cc5e1dd2827d337ba3021a9 to your computer and use it in GitHub Desktop.
React Interactive Dashboard Draft MySQL Schema v1.0.0
field | type | specs |
---|---|---|
id | INT(11) | |
user_id | INT(11) | |
body | TEXT | |
created_at | TIMESTAMP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Sebastian-Fitzner I added the additional table. Still not sure about the
tags
type in the comments table. Using VAR(255) for now.