# $Id: RELATION_MEMBERS.pm,v 1.1.1.1 2008-10-15 18:55:57 jo Exp $

use strict;
use warnings;

package Tables::RELATION_MEMBERS;

use constant ROW => qw(    
    id
    type
    ref 
    role
);

1;


