1. Restore(creation) of ALIAS tables need setting enabled: allow_experimental_alias_table_engine = 1 2. ALIAS tables shouldn't have explicit column list defined: ``` Code: 36. DB::Exception: Storage Alias does not support explicit column definitions. (BAD_ARGUMENTS) (version 26.3.12.3 (official build)) ```
Restore(creation) of ALIAS tables need setting enabled: allow_experimental_alias_table_engine = 1
ALIAS tables shouldn't have explicit column list defined: