You are here

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

File

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

Class

OpignoTincanQuestionTypePropertiesDatabase
This class provide the information about the question properties table.

Code

public static $fields = array(
  'nid' => array(
    'type' => 'int',
    'unsigned' => TRUE,
    'not null' => TRUE,
  ),
  'vid' => array(
    'type' => 'int',
    'unsigned' => TRUE,
    'not null' => TRUE,
  ),
  'fid' => array(
    'type' => 'int',
    'unsigned' => TRUE,
    'not null' => TRUE,
  ),
  'activity_id' => array(
    'type' => 'text',
  ),
  'launch_filename' => array(
    'type' => 'text',
  ),
);