add_column_sql

function of dascore.io.index.schema source

add_column_sql(
    table: str ,
    column: str ,
    logical_type: str ,
)-> ‘str’

Return DDL to add one nullable column.