Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889523
20130715.voteedges.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
563 B
Referenced Files
None
Subscribers
None
20130715.voteedges.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_slowvote
.
edge
(
src
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
type
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
dst
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
dateCreated
INT
UNSIGNED
NOT
NULL
,
seq
INT
UNSIGNED
NOT
NULL
,
dataID
INT
UNSIGNED
,
PRIMARY
KEY
(
src
,
type
,
dst
),
KEY
(
src
,
type
,
dateCreated
,
seq
)
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
CREATE
TABLE
{$
NAMESPACE
}
_slowvote
.
edgedata
(
id
INT
UNSIGNED
NOT
NULL
PRIMARY
KEY
AUTO_INCREMENT
,
data
LONGTEXT
NOT
NULL
COLLATE
utf8_bin
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jan 19 2025, 12:17 (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124471
Default Alt Text
20130715.voteedges.sql (563 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment