Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36276424
007.daemonlog.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
554 B
Subscribers
None
007.daemonlog.sql
View Options
create
table
{$
NAMESPACE
}
_daemon
.
daemon_log
(
id
int
unsigned
not
null
auto_increment
primary
key
,
daemon
varchar
(
255
)
not
null
,
host
varchar
(
255
)
not
null
,
pid
int
unsigned
not
null
,
argv
varchar
(
512
)
not
null
,
dateCreated
int
unsigned
not
null
,
dateModified
int
unsigned
not
null
);
create
table
{$
NAMESPACE
}
_daemon
.
daemon_logevent
(
id
int
unsigned
not
null
auto_increment
primary
key
,
logID
int
unsigned
not
null
,
logType
varchar
(
4
)
not
null
,
message
longblob
not
null
,
epoch
int
unsigned
not
null
,
key
(
logID
,
epoch
)
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 6:44 PM (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c0/75/e406079583e76cf37661985ed2ab
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment