Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889700
20140911.fund.4.backer.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
612 B
Referenced Files
None
Subscribers
None
20140911.fund.4.backer.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_fund
.
fund_backer
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
phid
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
initiativePHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
backerPHID
VARCHAR
(
64
)
NOT
NULL
COLLATE
utf8_bin
,
status
VARCHAR
(
32
)
NOT
NULL
COLLATE
utf8_bin
,
amountInCents
INT
UNSIGNED
NOT
NULL
,
properties
LONGTEXT
NOT
NULL
COLLATE
utf8_bin
,
dateCreated
INT
UNSIGNED
NOT
NULL
,
dateModified
INT
UNSIGNED
NOT
NULL
,
UNIQUE
KEY
`
key_phid
`
(
phid
),
KEY
`
key_initiative
`
(
initiativePHID
),
KEY
`
key_backer
`
(
backerPHID
)
)
ENGINE
=
InnoDB
,
COLLATE
utf8_general_ci
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 12:31 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124596
Default Alt Text
20140911.fund.4.backer.sql (612 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment