Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892074
20140911.fund.3.edge.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
555 B
Referenced Files
None
Subscribers
None
20140911.fund.3.edge.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_fund
.
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
}
_fund
.
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
Sun, Jan 19, 16:11 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126358
Default Alt Text
20140911.fund.3.edge.sql (555 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment