Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
create table useractivate (
    id              varchar(48) not null primary key,
    username        varchar(255) not null,
    activationcode   varchar(255) not null
);

See detailed also attachment provided by Sedat, which provides detailed list of changes.

Comments

Please comment on mailing list.