Create new table in DB

I want to create new table and want to add one column in all tables. Can it be possible and if there is any possibility then please let me know the process. Cause when I am creating new table getting db error called my user instance has no access to create new table.

Hi @nits1431,

Can you explain what this new table would contain?

location_header and location_header_id in location_header table and this location_header_id would be inserted as new column of location table.

Why don’t you introduce a location attribute type for this?

What is this “header” meant to be in a location? What real-world use case are you trying to solve or model?