add suggestions
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
knownColumnNames = []string{
|
knownColumnNames = []string{
|
||||||
"date",
|
"date",
|
||||||
|
"creation_date",
|
||||||
"phone",
|
"phone",
|
||||||
"username",
|
"username",
|
||||||
"iban",
|
"iban",
|
||||||
@@ -38,6 +39,7 @@ var (
|
|||||||
"user": "username",
|
"user": "username",
|
||||||
"login": "username",
|
"login": "username",
|
||||||
"sex": "gender",
|
"sex": "gender",
|
||||||
|
"civilite": "gender",
|
||||||
"genre": "gender",
|
"genre": "gender",
|
||||||
"ipaddress": "ip",
|
"ipaddress": "ip",
|
||||||
"firstname": "first_name",
|
"firstname": "first_name",
|
||||||
@@ -63,6 +65,14 @@ var (
|
|||||||
"birthdate": "birth_date",
|
"birthdate": "birth_date",
|
||||||
"dob": "birth_date",
|
"dob": "birth_date",
|
||||||
"dateofbirth": "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