In general you should not modify or manipulate the database at all. The best move is to create your own table and just make a reference column to the id.
For any adjustments you should use native functions to make changes as this will make sure you don’t break anything and this should reduce the risk that we will break you with one of our changes.