Table Data dictionary report - ap_batch_items

Generated: 2018-10-17 7:13:16 AM
Server: PostgreSQL 9.3 (localhost:5432)
Database: datadict_donotremove
Schema: public
Notes:

Table for saved Accounts Payable payment batch items

Columns

Name Data type Not Null? Primary key? Default Comment
id integer Yes Yes nextval('ap_batch_items_id_seq'::regclass) Unique identifier
batch_id integer No No Batch identifier - links to ap_batches.id
transaction_id integer No No AP transaction identifier - links to ap_transactions.id
pay boolean No No Payment flag; FALSE = No TRUE = Yes
take_discount boolean No No Discount flag; FALSE = No TRUE = Yes
discount numeric(15,2) No No Discount amount
total numeric(15,2) No No Total payment
_dbversion integer No No Program version that last modified this record
_created timestamp without time zone No No UTC Date and time record was created
_created_by character varying(3) No No User initials that created this record
_modified timestamp without time zone No No UTC Date and time this record was last modified
_modified_by character varying(3) No No User initials that last modified this record

Constraints

Name Type Definition Comment
ap_batch_items_pkey Primary key (id)
ap_batch_items_batch_id_fkey Foreign key (batch_id) REFERENCES public.ap_batches (id) MATCH SIMPLE ON UPDATE NO ACTION ON DELETE NO ACTION

Report generated by pgAdmin3 LTS by BigSQL