Is it possible to preload data by default, to the target database from MySQL Workbench? -


there tables, not change:

  • country (id / name / abbreviations)
  • ips countries (id / ip range)

during development, every time modify on database have preload these tables manually newly created database.

is there way query these datas automatically tables @ every forward engineer process in mysql workbench?

each table in mysql workbench model file has section called "inserts". open table in table editor , click tab labeled "inserts". there can add many records wish , data applied when forward engineer model.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -