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

use strict;
use warnings;

package Tables::RELATIONS;

use constant ROW => qw(
    id
    user
    timestamp
    visible
);

1;


