php - How to add new columns in mysql web application -


i want add (add column) button in web application. when click on add column button automatically adds new column in mysql table.

adding column table:

alter table table_name add column_name datatype 

Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -