Schema
Owner
toff
Descriptions
View for a specific access to toff_assistant / 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 |
---|---|---|
fca_id |
integer |
|
fca_parent_id |
integer |
|
fca_wording |
varchar(128) |
|
Rules
Name | Event | Instead | Condition | Description |
---|---|---|---|---|
_RETURN |
SELECT |
|
|
Indices
There are no indices for table v_tr_family_characteristic_fca
Definition
CREATE VIEW public.v_tr_family_characteristic_fca (
fca_id,
fca_parent_id,
fca_wording)
AS
SELECT tr_family_characteristic_fca.fca_id,
tr_family_characteristic_fca.fca_parent_id,
tr_family_characteristic_fca.fca_wording
FROM tr_family_characteristic_fca;
COMMENT ON VIEW public.v_tr_family_characteristic_fca
IS 'View for a specific access to toff_assistant / 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 |