I have an empty database in which 20 tables are going to be imported and I would like to add a timestamp column so that when the tables are imported, they also have that new column. Could the operation be performed with a trigger or event?
I have an empty database in which 20 tables are going to be imported and I would like to add a timestamp column so that when the tables are imported, they also have that new column. Could the operation be performed with a trigger or event?