Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1762
| From | "Tony Johansson" <johansson.andersson@telia.com> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Creating a web log |
| Date | 2014-06-04 23:47 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <lmo45i$rdb$1@dont-email.me> (permalink) |
If I want to create a web log that user can comment my post I have this kind of design. One user can make many Post and one post can have many comment and each comment can have many replies(post) you have a connection table called Answer in between. I have only find one sensible field to add to the Answer table and that is a DateTime. What can I add more to the Answer table. //Tony
Back to comp.databases.ms-sqlserver | Previous | Next | Find similar
Creating a web log "Tony Johansson" <johansson.andersson@telia.com> - 2014-06-04 23:47 +0200
csiph-web