Tabela THREADS_PRODUCTS
Opis pól tabeli THREADS_PRODUCTS. Tabela przechowuje produkty do wątków.
| Nazwa kolumny | Typ | Opis |
|---|---|---|
| id_thread_product | int |
unikalny identyfikator produktów do wątku, klucz główny tabeli THREADS_PRODUCTS |
| id_thread | string |
identyfiktor wątku, referencja do klucza głównego id_thread w tabeli THREADS, THREADS_PRODUCTS.id_thread = THREADS.id_thread |
| thread_product_name | string |
nazwa produktu |
| thread_product_price | double |
cena produktu |
| thread_product_code | string |
kod produktu |
| thread_product_quantity | int |
ilość sztuk produktu |
| thread_product_type | string |
typ produktu, pole może przybierać następujące wartości ONCE/MONTHLY |
| thread_product_duration | int |
czas trwania |
| thread_product_duration_label | string |
etykieta czasu trwania |