We have a table which is partitioned, we now want to add a serial id column to the table.
Do we need to explicitly add the id column to all the portioned tables or we just need to add the column to the master table.
Any help in this would be really great.
Thanks.
After an existing regular table become a partition of a partitioned table. Then There is only one physical table.
return
However:
then error occurs: