April 24, 2022 at 6:49 PM
(April 13, 2022, 06:21 PM)mila Wrote:(April 13, 2022, 01:50 PM)Pauljobs2020 Wrote: Is there any additional data fields like Job Title, Location - that type of info?
Thanks.
There are many tables in the base. sql size is more 1.1G. Interesting are
TABLE `application_info`( `id` `mother_language_id` `application_id` `email` `name` `surname` `birth_date` `phone` )
TABLE `basic_info` ( `id` `name` `surname` `birth_date` `phone` `phone_original` `experience_length` `token` `phone_original` )
TABLE `addresses` ( `id` `province_id` `city` `post_code` `street` `place_number` )
TABLE `invoice_datas` ( `id` `created` `company_name` `nip_prefix` `nip` `street` `local_number` `post_code` `city` `country` `invoice_number` `invoice_language` )
Great - thank you.
