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

SharedContext class DB constraints

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Low Low
    • El Alto Release
    • None
    • Portal
    • None

      Class: SharedContext
      DDL:

      create table fn_shared_context (
      id int(11) not null auto_increment,
      create_time timestamp not null,
      context_id character varying(64) not null,
      ckey character varying(128) not null,
      cvalue character varying(1024),
      primary key (id),
      UNIQUE KEY session_key (context_id, ckey) );

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

              Created:
              Updated:
              Resolved: