Viewing File: /home/ubuntu/code-backup/code_review/phabricator/resources/sql/patches/034.savedheader.sql

CREATE TABLE {$NAMESPACE}_herald.herald_savedheader (
  phid varchar(64) binary not null primary key,
  header varchar(255) not null
) ENGINE=InnoDB;
Back to Directory File Manager