Skip to content

Commit 72b5a76

Browse files
author
Ryan Thompson
committed
use string
1 parent 6985e6a commit 72b5a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pyro/FieldType/ColorPicker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ColorPicker extends AbstractFieldType
66
{
77
public $field_type_slug = 'color_picker';
88

9-
public $db_col_type = 'varchar';
9+
public $db_col_type = 'string';
1010

1111
public $version = '1.0';
1212

0 commit comments

Comments
 (0)