Skip to content

Commit

Permalink
Update apps/api/docs/database-design.md
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ramraut-osm and coderabbitai[bot] authored May 1, 2024
1 parent 169ecca commit bbbfd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api/docs/database-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ This schema can be visualized in the following image:
| created_on | timestamp | True | current_timestamp() | Stores the timestamp for the creation of the record |
| created_by | Varchar(45) | True | admin | Stores the details of creator of the record |
| modified_on | timestamp | | | Stores the timestamp for the last update to the record |
| modified_by | Varchar(45) | | | Stores the details of Modifier of the record |
| modified_by | Varchar(45) | | | Stores the details of Modifier of the record |

0 comments on commit bbbfd34

Please sign in to comment.