Skip to content

Commit

Permalink
add primary string to classification
Browse files Browse the repository at this point in the history
  • Loading branch information
themouette committed Dec 3, 2011
1 parent f33d15b commit ba8b2d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ClassifiedBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public function addClassificationTable()
$classificationTable->addColumn(array(
'name' => $this->getParameter('classification_column'),
'type' => 'VARCHAR',
'size' => '50'
'size' => '50',
'primaryString' => 'true'
));
$classificationTable->addColumn(array(
'name' => $this->getParameter('scope_column'),
Expand Down

0 comments on commit ba8b2d1

Please sign in to comment.