Because you asked for it, here are the database schemas we're using. Don't @ us.
| User ID | Username | |
|---|---|---|
| 1 | admin | admin@example.com |
| 2 | user123 | user123@example.com |
| Post ID | Username | Text |
|---|---|---|
| 1 | admin | This is a very important post. |
| 2 | user123 | This post is even more important than the last one. |