Member
66 Points
175 Posts
Jun 23, 2020 10:10 AM|georgeakpan233|LINK
wavemaster your SignUp table should look like this userId int PK (primary key) email pass con-pass Name UserType CreatedBy int CreatedDate then you Wallet table like this: walletId int PK userId int FK (foreign key) Balance
your SignUp table should look like this
userId int PK (primary key)
email
pass
con-pass
Name
UserType
CreatedBy int
CreatedDate
then you Wallet table like this:
walletId int PK
userId int FK (foreign key)
Balance
How will you insert userId into another column of the same table. The column is highlighted in yellow area, and also insert it into wallet table (also highlighetd in yellow)?
Member
66 Points
175 Posts
Re: Having Admin wallet display when user logs in
Jun 23, 2020 10:10 AM|georgeakpan233|LINK
How will you insert userId into another column of the same table. The column is highlighted in yellow area, and also insert it into wallet table (also highlighetd in yellow)?