id
|
Unique ID for FFA memeber entry
|
int(11)
|
|
PRI
|
1
|
NO
|
country_name
|
The name of the participating country
|
varchar(255)
|
255
|
|
2
|
YES
|
country_code_2
|
The ISO-Alpha 2 -letter code for the participating country
|
char(2)
|
2
|
|
3
|
YES
|
country_code_3
|
The ISO-Alpha 3 -letter code for the participating country
|
char(3)
|
3
|
|
4
|
YES
|
currency_code
|
three-letter ISO currency code for the participating country
|
char(10)
|
10
|
|
5
|
YES
|
fisheries_authority_name
|
The Name of the Fisheries Authority for the participating country
|
varchar(255)
|
255
|
|
6
|
YES
|
fisheries_authority_code
|
The acronym for the name of the Fisheries Authority for the participating country
|
varchar(15)
|
15
|
|
7
|
YES
|