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