Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F5562207
migration.sql
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
amckinley
May 1 2018, 12:27 AM
2018-05-01 00:27:22 (UTC+0)
Size
317 B
Referenced Files
None
Subscribers
None
migration.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_support
.
support_issue_fngrams_common
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
ngram
CHAR
(
3
)
NOT
NULL
COLLATE
{$
COLLATE_TEXT
}
,
needsCollection
BOOL
NOT
NULL
,
UNIQUE
KEY
`
key_ngram
`
(
ngram
),
KEY
`
key_collect
`
(
needsCollection
)
)
ENGINE
=
InnoDB
,
COLLATE
{$
COLLATE_TEXT
}
;
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
1031777
Default Alt Text
migration.sql (317 B)
Attached To
Mode
P2102 migration.sql
Attached
Detach File
Event Timeline
Log In to Comment