The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ExpenseTracker::Models::Result::Operation

VERSION

version 0.008

TABLE: operations

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

name

data_type: 'varchar'
is_nullable: 1

description

data_type: 'varchar'
is_nullable: 1

amount

data_type: 'real'
is_nullable: 0

currency_id

data_type: 'integer'
default_value: 1
is_nullable: 0

created_at

data_type: 'datetime'
is_nullable: 0

updated_at

data_type: 'datetime'
default_value: current_timestamp
is_nullable: 0

user_id

data_type: 'integer'
is_nullable: 0

PRIMARY KEY