Skip to content

Commit

Permalink
audit trail update image width
Browse files Browse the repository at this point in the history
  • Loading branch information
ewinnington authored Oct 5, 2024
1 parent ec11115 commit 7326182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/posts/Audit-Trail-Oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We introduce an audit table that records every change made to the database. The
Let's use the following DB Schema for illustration:


![TableVide](/posts/images/audit-trail/TableStructureBlog.png)
![TableSchema](/posts/images/audit-trail/TableStructureBlog.png){ width = 60% }

- Primary Keys: Each table has a primary key (e.g., ```ProjectID```, ```InstrumentID```).
- Foreign Keys: Child tables reference their parent via foreign keys (e.g., ```instruments.ProjectID``` references ```projects.ProjectID```).
Expand Down

0 comments on commit 7326182

Please sign in to comment.