mysql - Navicat add fields to existing table -
using navicat application. have set of additional data want add , existing mysql table. new data has column key existing table, plus 35 additional fields of data.
how can navicat used add in these new fields of data via interface? import tools don't see add new fields.
run alter table table_name add column_name column_characteristics; described @ following url in navicat query window.
http://www.tech-recipes.com/rx/378/add-a-column-to-an-existing-mysql-table/
make sure add ";" @ end of each line.
this allow add multiple columns/fields @ once, easier adding them one-by-one navicat's design table tool.
once columns/fields in import usual
Comments
Post a Comment