sms_template

-1 rows


Description

SMS Templates

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('sms_template_id_seq'::regclass)
ir_act_server.sms_template_id ir_act_server_sms_template_id_fkey N
res_company.stock_sms_confirmation_template_id res_company_stock_sms_confirmation_template_id_fkey N
sms_composer.template_id sms_composer_template_id_fkey N
sms_template_preview.sms_template_id sms_template_preview_sms_template_id_fkey C
sms_template_sms_template_reset_rel.sms_template_id sms_template_sms_template_reset_rel_sms_template_id_fkey C
model_id int4 10 null
ir_model.id sms_template_model_id_fkey C

Applies to

sidebar_action_id int4 10 null
ir_act_window.id sms_template_sidebar_action_id_fkey N

Sidebar action

create_uid int4 10 null
res_users.id sms_template_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id sms_template_write_uid_fkey N

Last Updated by

template_fs varchar 2147483647 null

Template Filename

lang varchar 2147483647 null

Language

model varchar 2147483647 null

Related Document Model

name jsonb 2147483647 null

Name

body jsonb 2147483647 null

Body

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
sms_template_pkey Primary key Asc id
sms_template__model_index Performance Asc model

Relationships