Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95989044
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, Dec 21, 11:29
Size
412 B
Mime Type
text/x-php
Expires
Mon, Dec 23, 11:29 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
23097598
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