diff options
Diffstat (limited to 'classes/Notice_source.php')
-rw-r--r-- | classes/Notice_source.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice_source.php b/classes/Notice_source.php index cef2883b0..fe6d3d4f1 100644 --- a/classes/Notice_source.php +++ b/classes/Notice_source.php @@ -10,7 +10,7 @@ class Notice_source extends DB_DataObject /* the code below is auto generated do not remove the above tag */ public $__table = 'notice_source'; // table name - public $code; // varchar(8) primary_key not_null + public $code; // varchar(32) primary_key not_null public $name; // varchar(255) not_null public $url; // varchar(255) not_null public $created; // datetime() not_null |