array ( 'type' => 'CHAR', 'length' => 6, 'not_null' => true, 'default' => '', 'refers_to' => 'builds.id' ), 'name' => array ( 'type' => 'VARCHAR', 'length' => 255, 'not_null' => true, 'default' => '' ), 'value' => array ( 'type' => 'LONGBLOB' ) ); } ?>