Time Nick Message 05:06 lancatlin Hello! I'm learning Koha. I'm building a library system by Koha. The member's data will be used in other service. So I have to link the member's data to Koha. So I want to know what is the member's table look like? What columns it need? And how I link it? Thanks.(I'm Taiwanese, sorry for my English) 08:02 ashimema Is your member data in anything else already? 08:02 ashimema Koha supports LDAP, CAS and Shibboleth as Auth protocols 08:02 ashimema Along with local data 08:02 ashimema So your not restricted to using koha as the source for the data 08:04 ashimema The borrowers table would be the one you want to look at if you do want to use it though.. that and the borrower_attributes which can be used to arbitrarily extend the table