public virtual void AlterTable(TableAlterSchema table)
 {
     throw new NotImplementedException();
 }
 public virtual string GetTableAlterStatement(TableAlterSchema table)
 {
     throw new NotImplementedException();
 }