package_item
Data license: CC-BY-4.0 · Data source: bankproducts.info
5 rows where package_id = "postfinance:smart"
This data as json, CSV (advanced)
| Link | package_id | included_product | sort_order |
|---|---|---|---|
| postfinance:smart,1 | Bankpaket Smart postfinance:smart | Privat- und Rentenkonto CHF/EUR | 1 |
| postfinance:smart,2 | Bankpaket Smart postfinance:smart | Sparkonto CHF/EUR | 2 |
| postfinance:smart,3 | Bankpaket Smart postfinance:smart | PostFinance Card kostenlos | 3 |
| postfinance:smart,4 | Bankpaket Smart postfinance:smart | Konto digital oder Papier | 4 |
| postfinance:smart,5 | Bankpaket Smart postfinance:smart | eBanking/TWINT | 5 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE package_item (
package_id TEXT NOT NULL REFERENCES product(id),
included_product TEXT NOT NULL,
sort_order INTEGER DEFAULT 0,
PRIMARY KEY (package_id, sort_order)
);
CREATE INDEX idx_package_item_package ON package_item(package_id);