forked from rap2hpoutre/pg-anonymizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaker.config
36 lines (36 loc) · 1.9 KB
/
faker.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
public.accounts.email:extension.randomEmail
public.accounts.password_digest:extension.randomPassword
public.accounts.password_reset_token:extension.replaceWithEmptyString
public.accounts.qr_token:extension.replaceWithEmptyString
public.addresses.street:faker.address.streetName
public.addresses.street_number:extension.randomBuildingNumber
public.addresses.city:faker.address.cityName
public.addresses.country_id:extension.randomCountryID
public.addresses.zip:faker.address.zipCode
public.patients.address:faker.address.streetAddress
public.patients.birth_date:extension.randomBirthDate
public.patients.country:faker.address.country
public.patients.first_name:faker.name.firstName
public.patients.last_name:faker.name.lastName
public.patients.gender:extension.randomGender
public.patients.phone:extension.randomPhoneNumber
public.patients.height:extension.randomHeight
public.patients.weight:extension.randomWeight
public.patients.business_phone:extension.randomPhoneNumber
public.patients.therapy_goal:extension.replaceWithEmptyString
public.patients.therapist_recommendation:extension.replaceWithEmptyString
public.patients.other_informations:extension.replaceWithEmptyString
public.therapists.birth_date:extension.randomBirthDate
public.therapists.first_name:faker.name.firstName
public.therapists.last_name:faker.name.lastName
public.therapists.gender:extension.randomGender
public.therapists.phone:extension.randomPhoneNumber
public.clinic_infos.contact_phone:extension.randomPhoneNumber
public.clinic_infos.fax:extension.randomPhoneNumber
public.clinic_infos.contact_email:faker.internet.email
public.clinic_infos.web:faker.internet.url
public.exercise_feedbacks.message:extension.replaceWithString
public.messages.text:extension.replaceWithString
public.therapy_task_feedbacks.message:extension.replaceWithString
sendbird_webhooks.calls.notes:extension.replaceWithString
sendbird_webhooks.messages.contents:extension.replaceWithString