NAME

Lilith::Schema::Result::CapeAlert

TABLE: cape_alerts

ACCESSORS

id

data_type: 'bigint'
is_auto_increment: 1
is_nullable: 0
sequence: 'cape_alerts_id_seq'

instance

data_type: 'varchar'
is_nullable: 0
size: 255

target

data_type: 'varchar'
is_nullable: 0
size: 255

instance_host

data_type: 'varchar'
is_nullable: 0
size: 255

task

data_type: 'bigint'
is_auto_increment: 1
is_nullable: 0
sequence: 'cape_alerts_task_seq'

start

data_type: 'timestamp with time zone'
is_nullable: 1

stop

data_type: 'timestamp with time zone'
is_nullable: 1

malscore

data_type: 'double precision'
is_nullable: 0

subbed_from_ip

data_type: 'inet'
is_nullable: 1

subbed_from_host

data_type: 'varchar'
is_nullable: 1
size: 255

pkg

data_type: 'varchar'
is_nullable: 1
size: 255

md5

data_type: 'varchar'
is_nullable: 1
size: 255

sha1

data_type: 'varchar'
is_nullable: 1
size: 255

sha256

data_type: 'varchar'
is_nullable: 1
size: 255

slug

data_type: 'varchar'
is_nullable: 1
size: 255

url

data_type: 'varchar'
is_nullable: 1
size: 255

url_hostname

data_type: 'varchar'
is_nullable: 1
size: 255

proto

data_type: 'varchar'
is_nullable: 1
size: 255

src_ip

data_type: 'inet'
is_nullable: 1

src_port

data_type: 'integer'
is_nullable: 1

dest_ip

data_type: 'inet'
is_nullable: 1

dest_port

data_type: 'integer'
is_nullable: 1

size

data_type: 'integer'
is_nullable: 1

raw

data_type: 'jsonb'
is_nullable: 0

PRIMARY KEY