Ejemplo n.º 1
0
 public void BinaryColumn()
 {
     CreateTable("binary(50)", TestTableCreator.GetRawSqlValue(_dbContext));
 }
Ejemplo n.º 2
0
 public void Raw(int length)
 {
     CreateTable($"raw({length})", TestTableCreator.GetRawSqlValue(_dbContext));
 }