redesing of a steel usage completely

This commit is contained in:
filipriec
2025-03-09 23:37:19 +01:00
parent 693ac54544
commit e152a2006b
6 changed files with 38 additions and 152 deletions

View File

@@ -3,6 +3,7 @@ CREATE TABLE table_scripts (
id BIGSERIAL PRIMARY KEY,
table_definitions_id BIGINT NOT NULL REFERENCES table_definitions(id),
target_column TEXT NOT NULL,
target_column_type TEXT NOT NULL,
script TEXT NOT NULL,
source_tables TEXT[],
source_columns TEXT[],