예제 #1
0
 public void CharColumn(int length)
 {
     CreateTable($"char({length})", TestTableCreator.GetCharSqlValue());
 }