modifiy freelancer table to track a logged in session
This commit is contained in:
@@ -31,7 +31,8 @@ sudo -u postgres psql -c "CREATE TABLE freelancers(
|
|||||||
generalInformation text,
|
generalInformation text,
|
||||||
basicInformation text,
|
basicInformation text,
|
||||||
stripeAccountInformation text,
|
stripeAccountInformation text,
|
||||||
commissionLimit int
|
commissionLimit int,
|
||||||
|
loginValidationKey text
|
||||||
);
|
);
|
||||||
" cavecomm
|
" cavecomm
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user