Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892958
20150115.trigger.1.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
536 B
Referenced Files
None
Subscribers
None
20150115.trigger.1.sql
View Options
CREATE
TABLE
{$
NAMESPACE
}
_worker
.
worker_trigger
(
id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
PRIMARY
KEY
,
phid
VARBINARY
(
64
)
NOT
NULL
,
triggerVersion
INT
UNSIGNED
NOT
NULL
,
clockClass
VARCHAR
(
64
)
NOT
NULL
COLLATE
{$
COLLATE_TEXT
}
,
clockProperties
LONGTEXT
NOT
NULL
COLLATE
{$
COLLATE_TEXT
}
,
actionClass
VARCHAR
(
64
)
NOT
NULL
COLLATE
{$
COLLATE_TEXT
}
,
actionProperties
LONGTEXT
NOT
NULL
COLLATE
{$
COLLATE_TEXT
}
,
UNIQUE
KEY
`
key_phid
`
(
phid
),
UNIQUE
KEY
`
key_trigger
`
(
triggerVersion
)
)
ENGINE
=
InnoDB
,
COLLATE
{$
COLLATE_TEXT
}
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 17:38 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127038
Default Alt Text
20150115.trigger.1.sql (536 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment