Physical DB: airflow
Physical DB: airflow
airflow
Logical DB | Tables | Table Name |
---|---|---|
airflow | temp_table.sql | temp_table |
emigran | versions.sql | versions |
Table: temp_table
temp_table
Column Name | Data Type | Index |
---|---|---|
col1 | INT | None |
col3 | INT | None |
Table: temp_table
temp_table
Column Name | Data Type | Index |
---|---|---|
id | INT | Part of UNIQUE KEY (country_id ) |
uuId | VARCHAR(250) | Part of UNIQUE KEY (country_id ) |
is_active | INT | None |
Updated 1 day ago