Schema
Owner
toff
Descriptions
Vue dédiée à l'assistant de fabrication des fichiers d'import pour accès spécifique depuis le compte applicatif toff_assistant.
Fields
Name | Data type | Description |
---|---|---|
char_id |
integer |
|
char_fca_id |
integer |
|
char_name |
varchar(64) |
|
char_definition |
varchar |
|
char_unit |
varchar(20) |
|
char_type |
varchar(25) |
|
char_controle |
varchar(128) |
|
char_link |
varchar |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Indices
There are no indices for table v_tr_characteristic_char
Definition
CREATE VIEW public.v_tr_characteristic_char (
char_id,
char_fca_id,
char_name,
char_definition,
char_unit,
char_type,
char_controle,
char_link)
AS
SELECT tr_characteristic_char.char_id,
tr_characteristic_char.char_fca_id,
tr_characteristic_char.char_name,
tr_characteristic_char.char_definition,
tr_characteristic_char.char_unit,
tr_characteristic_char.char_type,
tr_characteristic_char.char_controle,
tr_characteristic_char.char_link
FROM tr_characteristic_char;
COMMENT ON VIEW public.v_tr_characteristic_char
IS 'Vue dédiée à l''assistant de fabrication des fichiers d''import pour accès spécifique depuis le compte applicatif toff_assistant.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 19/06/2019 10:17 |