This shows you the differences between two versions of the page.
— |
main:product_series [2021/01/14 09:56] (current) jan created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | === product_series === | ||
+ | ^ name ^ type ^ comment ^ NOT NULL ^ primary key ^ foreign key ^ | ||
+ | | mcusid | VARCHAR | - | | X | | | ||
+ | | name | VARCHAR | - | | | | | ||
+ | | manufacturer | VARCHAR | - | | | | | ||
+ | | latest_verified_software_version | VARCHAR | - | | | | | ||
+ | | latest_conformity_assessment | TIMESTAMP | - | | | | | ||
+ | | mid_type | INTEGER | - | | | [[MAIN:mi_device_type | mi_device_type.mid_type_id ]] | | ||
+ | | quantity | VARCHAR | Kenngröße (Waagen-/Zapfsäulenspezifische Wert) | | | | | ||
+ | |||
+ | |||
+ | ~~DISCUSSION:closed~~ |