Yi (Alan) Wang c9dfb637af Update MetadataChangeEvent APIs according to schema change (#243)
* Update MetadataChangeEvent APIs according to schema change

* Update MultiproductLoad to reflect new Owner types

* Add comments for Owner_type precedence (priority) and compliance
2016-10-06 13:33:45 -07:00
..
2016-02-16 00:41:07 -08:00

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

cd WhereHows/data-model/DDL
mysql -hlocalhost -uwherehows -pwherehows -Dwherehows < 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