forked from brmlab/brmbar-github
0025: it's public.account_type, FRFR
This commit is contained in:
parent
1e324c0920
commit
57f36dd2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ CREATE TYPE brmbar_privileged.account_class_initialization_data_type
|
||||||
AS (
|
AS (
|
||||||
account_id INTEGER, --public.accounts.id%TYPE,
|
account_id INTEGER, --public.accounts.id%TYPE,
|
||||||
account_name TEXT, --public.accounts.id%TYPE,
|
account_name TEXT, --public.accounts.id%TYPE,
|
||||||
account_acctype public.accounts_type,
|
account_acctype public.account_type,
|
||||||
currency_id INTEGER, --public.currencies.id%TYPE,
|
currency_id INTEGER, --public.currencies.id%TYPE,
|
||||||
currency_name TEXT
|
currency_name TEXT
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue