-  columns => [
-    id         => { type => 'integer', not_null => 1, sequence => 'id' },
-    pricegroup => { type => 'text', not_null => 1 },
-  ],
-
-  primary_key_columns => [ 'id' ],
+__PACKAGE__->meta->columns(
+  id         => { type => 'integer', not_null => 1, sequence => 'id' },
+  pricegroup => { type => 'text', not_null => 1 },