You are here

public static property OpignoTincanQuestionTypeAnswersDatabase::$fields in Opigno TinCan Question Type 7

File

includes/opigno_tincan_question_type.databases.inc, line 56
This file contains the classes corresponding to each database's table.

Class

OpignoTincanQuestionTypeAnswersDatabase
This class provide the information about the user's answers table.

Code

public static $fields = array(
  'rid' => array(
    'type' => 'int',
    'unsigned' => TRUE,
    'not null' => TRUE,
  ),
  'registration' => array(
    'type' => 'text',
    'not null' => TRUE,
  ),
);