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

WidgetCatalog class DB constraints

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Low Low
    • None
    • None
    • None

      Class: WidgetCatalog
      DDL:

      CREATE TABLE ep_widget_catalog (
      widget_id int(11) not null auto_increment,
      wdg_name varchar(100) not null default '?',
      service_id int(11) default null,
      wdg_desc varchar(200) default null,
      wdg_file_loc varchar(256) not null default '?',
      all_user_flag char(1) not null default 'N',
      primary key (widget_id)
      );

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

              Created:
              Updated:
              Resolved: