Skip to content

Commit

Permalink
underscore to password in db account model
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsundin committed Jan 31, 2024
1 parent a78fb4e commit b97f469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These will be provided in a sql script, and a ConnectionUtil class that will run
```
account_id integer primary key auto_increment,
username varchar(255) unique,
password varchar(255)
password_ varchar(255)
```

### Message
Expand Down

0 comments on commit b97f469

Please sign in to comment.