Skip to content
Snippets Groups Projects
Commit 869804e1 authored by michael.minelli's avatar michael.minelli
Browse files

UserModel => Add User table name

parent 67483b44
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ import db from '../helpers/DatabaseHelper';
class User extends Model {
static tableName: string = 'Users';
userID: number = null;
userFirstName: string = '';
userLastName: string = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment