Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107925669
PhabricatorStorageSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 12, 00:30
Size
412 B
Mime Type
text/x-php
Expires
Mon, Apr 14, 00:30 (2 d)
Engine
blob
Format
Raw Data
Handle
25500151
Attached To
rPH Phabricator
PhabricatorStorageSchemaSpec.php
View Options
<?php
final
class
PhabricatorStorageSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildRawSchema
(
'meta_data'
,
'patch_status'
,
array
(
'patch'
=>
'text255'
,
'applied'
=>
'uint32'
,
),
array
(
'PRIMARY'
=>
array
(
'columns'
=>
array
(
'patch'
),
'unique'
=>
true
,
),
));
}
}
Event Timeline
Log In to Comment