forked from deblan/database-anonymizer
add default type of string
This commit is contained in:
parent
50783c3a75
commit
6c9e1cfd06
2 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ func GetRows(db *sql.DB, query, table, dbType string) map[int]map[string]data.Da
|
|||
value := values[i]
|
||||
d := data.Data{
|
||||
IsVirtual: false,
|
||||
IsString: true,
|
||||
IsNull: value == nil,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue