Uploaded image for project: 'Portal'
  1. Portal
  2. PORTAL-632

FavoritesFunctionalMenuItem class DB constraints

XMLWordPrintable

      Class: FavoritesFunctionalMenuItem

      DDL:

      create table fn_menu_favorites (
      user_id int(11) not null,
      menu_id int(11) not null,
      primary key (user_id,menu_id)
      );

            dmizyn dmizyn
            dmizyn dmizyn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: