modifiy freelancer table to track a logged in session

This commit is contained in:
Tina_Azure
2023-04-22 22:54:24 +02:00
parent 68609693c4
commit e9fb6dcba7

View File

@ -31,7 +31,8 @@ sudo -u postgres psql -c "CREATE TABLE freelancers(
generalInformation text,
basicInformation text,
stripeAccountInformation text,
commissionLimit int
commissionLimit int,
loginValidationKey text
);
" cavecomm