.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../../Includes.txt .. _developers_mapping_site_buy_database: Database ======== You have to extend your appartment table with with some fields. Copy and paste the code ----------------------- Copy the code of the ext_tables.sql from the :ref:`sample directory ` and paste it into the ext_tables.sql of your extension. This will extend your table with the needed fields in the database. Rename the table ---------------- Rename the tx_livingbuysite table to the name of your table.