datahub/data-model/DDL/readme.MD
2016-02-16 16:36:47 -08:00

349 B

It is pretty easy to create all metadata tables in mysql client.

cd WhereHows/data-model/DDL
mysql -hlocalhost -uwherehows -pwherehows < create_all_tables_wrapper.sql

It is also fine to load each DDL files into a GUI client such as DBeaver or Aqua Data Studio