Jin Hyuk Chang created GOBBLIN-362: -------------------------------------- Summary: Improve DDL on staging table creation for MySQL to also have properties from destination table Key: GOBBLIN-362 URL: https://issues.apache.org/jira/browse/GOBBLIN-362 Project: Apache Gobblin Issue Type: Improvement Reporter: Jin Hyuk Chang
Current stating table creation only copy columns of table into staging table leaving out any other properties such as default value, constraints, etc from original table. This simple change will bring staging table close to destination table structure. -- This message was sent by Atlassian JIRA (v6.4.14#64029)