Can I make changes to the Meetme table?

I’m making an external web page for some of our users to add and update their conferences.

My question is: Can I add a column to the meetme table without breaking anything in FreePBX?

I want to make sure before I did that so I can find a workaround if needed.

Thank you

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.

That’s what I was thinking, I just wanted to make sure first. Thank you for your response.