Database questions
-
First of all I would like to thank you very much for this software. This is a great product that I am completely enthusiastic about, well thought out and with obviously great support and documentation.
It is a pleasure to work with. I have already bought some extensions and will of course also donate.Now I have a database question:
I see a number of columns in the members table that I have deleted, for example first_name or last_name.
Can I just remove these fields with ALTER TABLE DROP COLUMN or is that dangerous? They exist no longer in the participants_database_fields table either.
This would be only for clarity.And a second question:
I will maintain a database of yacht owners.
Before owners register themselves with their hull number, we will import a lot of data from an archive.
The hull number should be unique, which means that as soon as a user registers with an email and a hull number, I would like to be notified if this number already exists in the database so that I can delete the ‘old’ record (or, after consultation, merge the data).
Technically really unique is just the email address.
Do I have to write SQL myself or can the email expansion add-on help me?Thanks & regards, Peter
The topic ‘Database questions’ is closed to new replies.