Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Create User Class #11

Open
a0ybig opened this issue Jul 18, 2023 · 1 comment
Open

Create User Class #11

a0ybig opened this issue Jul 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@a0ybig
Copy link
Contributor

a0ybig commented Jul 18, 2023

The User class contains the basic information of the user, such as contact information.
(Ex. Stefany Chu, [email protected])

@a0ybig a0ybig self-assigned this Jul 18, 2023
@a0ybig a0ybig added the enhancement New feature or request label Jul 18, 2023
@a0ybig
Copy link
Contributor Author

a0ybig commented Jul 18, 2023

Create new 'User' table in SQL Database with the following fields:

User ID (Type: Integer; primary key, incremental 1)
First Name (Var: Char 50)
Last Name (Var: Char 50)
Address (Var: Char 75)
Email (Var: Char 50)
Phone (Var: Char 50)
Grade (Type: Integer)
Note: (Var: Char 200)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant