From bbbfd34dfccdfecc8a8e2c6338f64f8bc0a31351 Mon Sep 17 00:00:00 2001 From: ramraut-osm <69887477+ramraut-osm@users.noreply.github.com> Date: Wed, 1 May 2024 13:34:17 +0530 Subject: [PATCH] Update apps/api/docs/database-design.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- apps/api/docs/database-design.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/docs/database-design.md b/apps/api/docs/database-design.md index 0e2f8ca..4798628 100644 --- a/apps/api/docs/database-design.md +++ b/apps/api/docs/database-design.md @@ -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 | \ No newline at end of file +| modified_by | Varchar(45) | | | Stores the details of Modifier of the record | + \ No newline at end of file