Changeset 1762

Show
Ignore:
Timestamp:
04/03/08 21:58:48 (5 months ago)
Author:
mpaschal
Message:

Make meta fields blobs by default, since they're mostly data structures
BugzID: 68749

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/feature-narrow-tables/lib/MT/Object.pm

    r1603 r1762  
    378378        or return $class->error('No meta fields specified to install_meta'); 
    379379    $params->{fields} = [ 
    380         map { +{ name => $_, type => 'vchar' } } @$cols 
     380        map { +{ name => $_, type => 'vblob' } } @$cols 
    381381    ]; 
    382382