redesing of a steel usage completely
This commit is contained in:
@@ -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[],
|
||||
|
||||
Reference in New Issue
Block a user