1 <?php
2
3 class ImportCatalog1C_PriceType extends DataObject {
4 static $db = array(
5 'Title' => 'Varchar(150)',
6 'PriceID' => 'Varchar',
7 'Currency' => 'Varchar(100)',
8 );
9 }
[Raise a SilverStripe Framework issue/bug](https://github.com/silverstripe/silverstripe-framework/issues/new)
- [Raise a SilverStripe CMS issue/bug](https://github.com/silverstripe/silverstripe-cms/issues/new)
- Please use the
Silverstripe Forums to ask development related questions.
-