| Name | Description | Type | |:----:|:-----------:|:----:| | id | User id (unique and auto increased) | integer | | name | Name of user | string | | username | Username of user (unique) | string | | password | Password of user | string | | is_admin | Whether user is admin | boolean |