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

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

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

ruby - Net::HTTP extremely slow responses for HTTPS requests -