Page MenuHomestyx hydra

021.xhpastview.sql
No OneTemporary

021.xhpastview.sql

CREATE DATABASE phabricator_xhpastview;
CREATE TABLE phabricator_xhpastview.xhpastview_parsetree (
id int unsigned not null auto_increment primary key,
authorPHID varchar(64) binary,
input longblob not null,
stdout longblob not null,
dateCreated int unsigned not null,
dateModified int unsigned not null
);

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 4, 12:23 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
715985
Default Alt Text
021.xhpastview.sql (318 B)

Event Timeline