Create `accounts` Table * Login-Data (email, password) - password hash should be bcrypt * Created date * ## Accounts Table | id | email | password_hash | created |…| | --- | --- | --- | --- |---| | a5defdc0-b30a-45c0-a690-fbbc8f4a0ab5 | admin@system | XXXXXX | |…|
Create
accountsTableAccounts Table