Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Database with Required Specifications #5

Open
akshit-g opened this issue Jul 3, 2023 · 2 comments
Open

Create Database with Required Specifications #5

akshit-g opened this issue Jul 3, 2023 · 2 comments
Assignees
Labels
backend hacktoberfest Issues open for contribution under Hacktoberfest 2020 Intermediate

Comments

@akshit-g
Copy link
Contributor

akshit-g commented Jul 3, 2023

We need to establish a database system to store crucial data for our application, specifically focusing on user information, Personally Identifiable Information (PII) detection results, and related metadata. Designing the database with proper specifications is essential for efficient data storage and retrieval.

Specifications:
Database Name: pii_detection_db

Table: Users
Columns:
user_id (Primary Key, Integer) - Unique identifier for each user.
username (String) - User's unique username.
email (String) - User's email address.
password (String) - Encrypted user password for security.
registration_date (Timestamp) - Date and time of user registration.

Table: PIIDetections
Columns:
detection_id (Primary Key, Integer) - Unique identifier for each detection.
user_id (Foreign Key referencing Users.user_id) - Identifier linking the detection to the user.
document_name (String) - Name of the uploaded document or image.
detection_results (Text/JSON) - JSON or text representation of PII detection results.
detection_timestamp (Timestamp) - Date and time of the PII detection process.

@akshit-g akshit-g changed the title Create a database with required specifications Create Database with Required Specifications Sep 29, 2023
@akshit-g akshit-g added hacktoberfest Issues open for contribution under Hacktoberfest 2020 and removed OSoC’23 labels Sep 29, 2023
@GaganChaudhary6378
Copy link
Contributor

Hi , I want to work on this issue .Can you please assign it to me?

@akshit-g
Copy link
Contributor Author

Hi , I want to work on this issue .Can you please assign it to me?

Sure, assigned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend hacktoberfest Issues open for contribution under Hacktoberfest 2020 Intermediate
Projects
None yet
Development

No branches or pull requests

2 participants