Exemplo n.º 1
0
 public void Varchar2(int length)
 {
     CreateTable($"varchar2({length})", TestTableCreator.GetVarcharSqlValue());
 }