[SOLVED] New database column not returning data

Hello, I added a new column to an existing database table via the moralis admin table UI. I am able to populate the data via my server code and see it the new data in the column via the table UI, however when I query the table all data is returned except for the new column. Class level permissions are read only and their are no protected fields on the table.

Please advise. thanks

New queries should be picking it up right away as long as the column has data - it wonโ€™t be in an objectโ€™s attributes if itโ€™s undefined. Can you post your code?

Ok, Thank you. I found the issue -my test query was pulling from records with undefined data which was the problem. Everything is working as expected

1 Like