CountryApplicableTax

TypeTable
CountryApplicableTaxgdata_master_country_applicable_tax

List of tax information applicable to a country.

Field NameData TypeDescription
idvarchar(255)Unique identifier for the tax entry.
tagsvarchar(255)Tags associated with the tax.
taxidvarchar(255)Identifier for the specific tax.
valuefloat8The percentage or fixed value of the tax.
countryidvarchar(255)Identifier for the country to which the tax applies.

Associations

  • The countryid field in the public.gdata_master_country_applicable_tax table references the id field in the public.gdata_master_country table. This creates a foreign key relationship.
    • Description: Each tax entry in public.gdata_master_country_applicable_tax is linked to a specific country in the public.gdata_master_country table. This means that for each tax, you can identify the country it applies to using this association.