| id |
integer |
Yes |
Yes |
nextval('cash_out_payment_methods_id_seq'::regclass) |
Unique identifier |
| cash_out_id |
integer |
No |
No |
|
Cash outs record identifier - links to cash_outs.id |
| payment_method_id |
integer |
No |
No |
|
Payment method record identifier - links to payment_methods.id |
| amount |
numeric(15,5) |
Yes |
No |
|
Payment amount for this method |
| _dbversion |
integer |
No |
No |
|
Program version that last modified this record |
| _created_by |
character varying(3) |
No |
No |
|
User initials that created this record |
| _created |
timestamp without time zone |
No |
No |
|
UTC Date and time record was created |
| _modified_by |
character varying(3) |
No |
No |
|
User initials that modified this record |
| _modified |
timestamp without time zone |
No |
No |
|
UTC Date and time record was last modified |