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

Sale dates not present in assessor_property_sales table #3

Open
mrcnc opened this issue Jul 23, 2022 · 0 comments
Open

Sale dates not present in assessor_property_sales table #3

mrcnc opened this issue Jul 23, 2022 · 0 comments

Comments

@mrcnc
Copy link
Member

mrcnc commented Jul 23, 2022

I tried to query the assessor_property_sales table but noticed that all the dates were null.

 psql -h nolabase.codeforneworleans.org -U mcenac nolabase -c 'select count(*) from assessor_property_sales where date is not null'
 count 
-------
     0
(1 row)

Also, consider changing the column type from timestamp without time zone to date since the extra precision isn't needed (and it will cut the storage size in half)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant