Business Database
Home Recent Index Add Login Graph Search  
Search in

Index - Admin - FAQ - Install - Configure - Customize - Payment - Security - Database

Database

Type of database: MySQL
Minimum version required: 4.x
Create table definitions: http://phpyellow.com/phpyellow/docs/phpyellow_db_v4.sql.txt

Extra fields

Account table

The following Account table fields are unused in phpYellow 4.x:
  1. `extra_1` char(1) default NULL,
  2. `extra_2` char(1) default NULL,
  3. `extra_3` char(1) default NULL,
  4. `extra_4` char(1) default NULL,
  5. `extra_5` char(1) default NULL,
The extra fields above are coded into the table record insert. Modify register_result.php and - if applicable - loginResult.php

Listing table

The following Listing table fields are unused in phpYellow 4.x:
  1. `id_ratings` int(9) unsigned default NULL,
  2. `id_coupon` int(9) unsigned default NULL,
  3. `id_agent` int(9) unsigned default NULL,
  4. `id_extra_20` int(9) unsigned default NULL,
  5. `extra_21` char(1) default NULL,
  6. `extra_22` char(1) default NULL,
The extra fields above are NOT coded in any script and may be freely used for your own purposes. Typically, you would hook into the listing id field - ckey - and use ckey as the foreign key in your new table, for example a coupon table.

Ask a question.

Powered by phpYellow  
All content Copyright©2024 Russian-American Business. All rights reserved. Terms of Use. Privacy. Documentation. Contact Us.