schemaDef coding style fixes
This commit is contained in:
parent
13f1c2cc55
commit
f5bb0431da
@ -67,18 +67,19 @@ class QnA_Answer extends Managed_DataObject
|
||||
'id' => array(
|
||||
'type' => 'char',
|
||||
'length' => 36,
|
||||
'not null' => true, 'description' => 'UUID of the response'),
|
||||
'not null' => true, 'description' => 'UUID of the response',
|
||||
),
|
||||
'uri' => array(
|
||||
'type' => 'varchar',
|
||||
'length' => 255,
|
||||
'not null' => true,
|
||||
'description' => 'UUID to the answer notice'
|
||||
'description' => 'UUID to the answer notice',
|
||||
),
|
||||
'question_id' => array(
|
||||
'type' => 'char',
|
||||
'length' => 36,
|
||||
'not null' => true,
|
||||
'description' => 'UUID of question being responded to'
|
||||
'description' => 'UUID of question being responded to',
|
||||
),
|
||||
'content' => array('type' => 'text'), // got a better name?
|
||||
'best' => array('type' => 'int', 'size' => 'tiny'),
|
||||
|
Loading…
Reference in New Issue
Block a user