Hi Alex and all

Discussion in 'Templates customization' started by dcjones, Aug 4, 2006.

  1. dcjones

    dcjones Guest

    If I use the "add feild" option in the control panel to add new custom field where is the data the users enter stored.

    Which table is used for this operation?

    Many thanks

    Dereck
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    table "amember_members".

    if you use "Common" field type, fields are stored as serialize()'d PHP array into "data" field in this table.
    if you use "SQL" field, aMember will create and use a separate field in this table for storing value.

Share This Page