
Database design for tracking and sharing expenses
Nov 29, 2018 · Fundamental design violations: such as a table/database for each user entity design, 3NF: such as category.budget and ledger.transaction_type referential …
Database schema design for a double entry accounting system?
Does anybody know or have any links to websites describing details of how to design a database schema for a double entry accounting system ??. I did find a bunch of articles but non were …
Database-schema design for e-commerce website - Stack Overflow
May 12, 2020 · Database-schema design for e-commerce website Asked 5 years, 5 months ago Modified 2 years, 4 months ago Viewed 38k times
Database design for audit logging - Stack Overflow
Jan 7, 2010 · Database Design For Revisions Best design for a change log auditing database table Ideas on database design for capturing audit trails I have also stumbled upon this …
mysql - Database schema design for products depending on the …
Dec 24, 2021 · Database schema design for products depending on the variants and prices Asked 3 years, 9 months ago Modified 3 years, 9 months ago Viewed 10k times
Database table design for scheduling tasks - Stack Overflow
To make your job easier, you could use an existing scheduler for the scheduling part. In Java there are for example Quartz or a library I wrote myself, db-scheduler. db-scheduler is easily …
Best Role-Based Access Control (RBAC) database model
Oct 10, 2008 · What is the best database schema to track role-based access controls for a web application? I am using Rails, but the RBAC plugin linked by Google looks unmaintained (only …
What is different between ER Diagram and Database Schema?
A database schema is a description of the actual construction of the database. It is an all-encompassing term that refers to the collective of tables, columns, triggers, relationships, key …
sql - Facebook database design? - Stack Overflow
Jun 18, 2009 · sql facebook database-design database-normalization database-table edited Feb 24, 2018 at 13:55 Mike Sherrill 'Cat Recall' 96.6k 20 132 195
Database schema for an online shop - Stack Overflow
So I'm fiddling with how you could design the basic db schema for a webshop. Sure, there's a lot of missing details here and there, but I just want to get the most basic stuff right. Some basic …