Plik roboczy

This commit is contained in:
Wojciech Borowski-Dobrowolski 2023-12-16 11:53:51 +01:00
parent 53df1a85b6
commit 683566a616
1 changed files with 7 additions and 0 deletions

7
new.sql Normal file
View File

@ -0,0 +1,7 @@
CREATE TABLE `dim_group_equipment` (
'equipment_group_key int PRIMARY KEY,
''
`equipment_hash` bigint,
`id_FK` int
);