You are on page 1of 1

Field Name Data Type

Property id INT A unique identifier for


each property. (Primary
Key)      

owner_name     VARCHAR(255) The address of the


property owner.     

owner_address   VARCHAR(255) The address of the


property owner.           

property_address VARCHAR(255) The address of the


property.        

property_type  VARCHAR(50) The type of property

property_value  DECIMAL(10,2) The assessed value of the


property.    

tax_due DECIMAL(10,2) The amount of tax due for


the property.  

tax_paid DECIMAL(10,2) The amount of tax paid for


the property.

tax_year INT The year for which the tax


is applicable.

payment_status VARCHAR(50) The status of the tax


payment (e.g., paid,
unpaid).  

You might also like