Index: branches/release-35/lib/MT/Asset/Image.pm
===================================================================
--- branches/release-35/lib/MT/Asset/Image.pm (revision 1829)
+++ branches/release-35/lib/MT/Asset/Image.pm (revision 1927)
@@ -10,6 +10,11 @@
 use base qw( MT::Asset );
 
-__PACKAGE__->install_properties( { class_type => 'image', } );
-__PACKAGE__->install_meta( { columns => [ 'image_width', 'image_height', ], } );
+__PACKAGE__->install_properties( {
+    class_type => 'image',
+    column_defs => {
+        'image_width' => 'integer meta',
+        'image_height' => 'integer meta',
+    },
+} );
 
 # List of supported file extensions (to aid the stock 'can_handle' method.)
