public static ICreateTableWithColumnSyntax WithChangeTrackingColumns(this ICreateTableWithColumnSyntax syntax)
 {
     return(syntax.WithModifiedColumns().WithCreatedColumns());
 }