User Model #23

Closed
opened 2019-04-14 20:25:01 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-04-14 20:25:01 -04:00 (Migrated from github.com)

Create User model with the following structure:

User

Property Name Datatype
Id* Int
Username String
Email String
Phone Number String
Firstname String
Lastname String
DateCreated*** DateTime
LastLogin DateTime

* Auto increments
*** Value generated when first created

Create User model with the following structure: ## User | Property Name | Datatype | | ------------- |:-------------:| | Id<sup>*</sup> | Int | | Username | String | | Email | String | | Phone Number | String | | Firstname | String | | Lastname | String | | DateCreated<sup>***</sup> | DateTime | | LastLogin | DateTime | <sup>\*</sup> Auto increments <sup>\*\*\*</sup> Value generated when first created
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#23