Ben
2010-07-07 17:51:10 UTC
table video: (id, name, ...)
table audio:(id, name, ...)
table review_item( item_type, item_id, reason, ...)
when item_type='V', then item_id is id of table video
and when item_type='A' then item_id is id in table video
Can someone find out which principle or rules are violated here?