ir_logging

-1 rows


Description

Logging

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('ir_logging_id_seq'::regclass)
create_uid int4 10 null

Created by

write_uid int4 10 null

Last Updated by

name varchar 2147483647 null

Name

type varchar 2147483647 null

Type

dbname varchar 2147483647 null

Database Name

level varchar 2147483647 null

Level

path varchar 2147483647 null

Path

func varchar 2147483647 null

Function

line varchar 2147483647 null

Line

message text 2147483647 null

Message

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
ir_logging_pkey Primary key Asc id
ir_logging__dbname_index Performance Asc dbname
ir_logging__level_index Performance Asc level
ir_logging__type_index Performance Asc type

Relationships