sale_receipt_images
This table includes original and compressed image url of sale receipts
Model
Field
Type
Nullable
Constraints
id
int4
No
sale_receipt_id
int4
No
Foreign Key
original_receipt_image_url
varchar
No
compresed_receipt_image_url
varchar
No
created_at
timestamp
Yes
updated_at
timestamp
Yes
Description of Fields
id
sale_receipt_id
This will be the unique identifier for sale receipt id
original_receipt_image_url
This stores the original image url of sale receipt
compresed_receipt_image_url
This stores the compressed image url with low file size
created_at
updated_at
Last updated