add suggestions
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
var (
|
||||
knownColumnNames = []string{
|
||||
"date",
|
||||
"creation_date",
|
||||
"phone",
|
||||
"username",
|
||||
"iban",
|
||||
@@ -38,6 +39,7 @@ var (
|
||||
"user": "username",
|
||||
"login": "username",
|
||||
"sex": "gender",
|
||||
"civilite": "gender",
|
||||
"genre": "gender",
|
||||
"ipaddress": "ip",
|
||||
"firstname": "first_name",
|
||||
@@ -63,6 +65,14 @@ var (
|
||||
"birthdate": "birth_date",
|
||||
"dob": "birth_date",
|
||||
"dateofbirth": "birth_date",
|
||||
"datenaissance": "birth_date",
|
||||
"datecreation": "creation_date",
|
||||
"datedecreation": "creation_date",
|
||||
"createdat": "creation_date",
|
||||
"phonenumber": "phone",
|
||||
"numero": "phone",
|
||||
"numerotelephone": "phone",
|
||||
"numeromobile": "phone",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user