Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
branchcode | VARCHAR | 10 |
|
|
a unique key assigned to each branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchname | LONGTEXT | 2147483647 | null |
|
|
the name of your library or branch |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchaddress1 | LONGTEXT | 2147483647 | √ | null |
|
|
the first address line of for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchaddress2 | LONGTEXT | 2147483647 | √ | null |
|
|
the second address line of for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchaddress3 | LONGTEXT | 2147483647 | √ | null |
|
|
the third address line of for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchzip | VARCHAR | 25 | √ | null |
|
|
the zip or postal code for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchcity | LONGTEXT | 2147483647 | √ | null |
|
|
the city or province for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchstate | LONGTEXT | 2147483647 | √ | null |
|
|
the state for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchcountry | MEDIUMTEXT | 16777215 | √ | null |
|
|
the county for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchphone | LONGTEXT | 2147483647 | √ | null |
|
|
the primary phone for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchfax | LONGTEXT | 2147483647 | √ | null |
|
|
the fax number for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchemail | LONGTEXT | 2147483647 | √ | null |
|
|
the primary email address for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchillemail | LONGTEXT | 2147483647 | √ | null |
|
|
the ILL staff email address for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchreplyto | LONGTEXT | 2147483647 | √ | null |
|
|
the email to be used as a Reply-To |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchreturnpath | LONGTEXT | 2147483647 | √ | null |
|
|
the email to be used as Return-Path |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchurl | LONGTEXT | 2147483647 | √ | null |
|
|
the URL for your library or branch’s website |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
issuing | TINYINT | 3 | √ | null |
|
|
unused in Koha |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchip | VARCHAR | 15 | √ | null |
|
|
the IP address for your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
branchnotes | LONGTEXT | 2147483647 | √ | null |
|
|
notes related to your library or branch |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
opac_info | MEDIUMTEXT | 16777215 | √ | null |
|
|
HTML that displays in OPAC |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
geolocation | VARCHAR | 255 | √ | null |
|
|
geolocation of your library |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
marcorgcode | VARCHAR | 16 | √ | null |
|
|
MARC Organization Code, see http://www.loc.gov/marc/organizations/orgshome.html, when empty defaults to syspref MARCOrgCode |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
pickup_location | BIT | 0 | 1 |
|
|
the ability to act as a pickup location |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | branchcode |