add suggestions

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-09-24 20:08:52 +02:00
parent 6dc672fcc7
commit f595823fd2

View File

@@ -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",
}
)