Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user table missing defaults #22

Open
jonbiemond opened this issue Nov 25, 2023 · 0 comments
Open

user table missing defaults #22

jonbiemond opened this issue Nov 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working database Change to how data is stored

Comments

@jonbiemond
Copy link
Collaborator

user.created_at and user.updated_at remain empty on INSERT.

postgres=> SELECT * FROM public.user;
 id |         username         |        full_name         | created_at | updated_at
----+--------------------------+--------------------------+------------+------------
  1 | Estevan86                | Mercedes Walsh           |            |
  2 | Kianna_Smith             | Tabitha Howell           |            |
  3 | Joseph78                 | Elisa Emard PhD          |            |
  4 | Samara_Kozey             | Marco Mraz V             |            |
  5 | Juanita_Hermann69        | Kelvin Maggio            |            |
@jonbiemond jonbiemond added bug Something isn't working database Change to how data is stored labels Nov 25, 2023
@jonbiemond jonbiemond self-assigned this Nov 25, 2023
jonbiemond added a commit that referenced this issue Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working database Change to how data is stored
Projects
None yet
Development

No branches or pull requests

1 participant