Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890345
005.workers.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
528 B
Referenced Files
None
Subscribers
None
005.workers.sql
View Options
create
table
{$
NAMESPACE
}
_worker
.
worker_task
(
id
int
unsigned
not
null
auto_increment
primary
key
,
taskClass
varchar
(
255
)
not
null
,
leaseOwner
varchar
(
255
),
leaseExpires
int
unsigned
,
priority
bigint
unsigned
not
null
,
failureCount
int
unsigned
not
null
,
key
(
taskClass
(
128
)),
key
(
leaseOwner
(
128
)),
key
(
leaseExpires
)
);
create
table
{$
NAMESPACE
}
_worker
.
worker_taskdata
(
id
int
unsigned
not
null
auto_increment
primary
key
,
taskID
int
unsigned
not
null
,
data
longblob
not
null
,
unique
key
(
taskID
)
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 13:25 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125043
Default Alt Text
005.workers.sql (528 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment