Tabela AUTOMOTIVE_VEHICLES

Opis pól tabeli AUTOMOTIVE_VEHICLES. Tabela przechowuje dane dotyczące pojazdów automotive.

Nazwa kolumny Typ Opis
id_automotive_vehicle int Unikalny identyfikator pojazdu, klucz główny tabeli AUTOMOTIVE_VEHICLES
id_user int Identyfikator użytkownika
id_summary int Identyfikator podsumowania spotkania
id_module int Identyfikator modułu
automotive_vehicle_module_name string Nazwa modułu
automotive_vehicle_code string Kod pojazdu
automotive_vehicle_name string Nazwa pojazdu
automotive_vehicle_start_date datetime Data rozpoczęcia spotkania
automotive_vehicle_end_date datetime Data zakończenia spotkania
automotive_vehicle_created_at datetime Data utworzenia rekordu w formacie Y-m-d H:i:s
automotive_vehicle_created_by int Unikalny identyfikator użytkownika tworzącego rekord, referencja do klucza głównego id_user w tabeli USERS, AUTOMOTIVE_VEHICLES.automotive_vehicle_created_by = USERS.id_user
automotive_vehicle_modified_at datetime Data modyfikacji rekordu w formacie Y-m-d H:i:s
automotive_vehicle_modified_by int Unikalny identyfikator użytkownika modyfikującego rekord, referencja do klucza głównego id_user w tabeli USERS, AUTOMOTIVE_VEHICLES.automotive_vehicle_modified_by = USERS.id_user