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

WidgetFile class DB constraints

XMLWordPrintable

      Class: WidgetFile

      DDL:

       CREATE TABLE ep_widget_catalog_files (
      file_id int(11) not null primary key auto_increment,
      widget_id int(11),
      widget_name VARCHAR(100) NOT NULL,
      framework_js LONGBLOB NULL,
      controller_js LONGBLOB NULL,
      markup_html LONGBLOB NULL,
      widget_css LONGBLOB NULL
      );

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

              Created:
              Updated:
              Resolved: