add_column_sql
add_column_sql(
table: str ,
column: str ,
logical_type: str ,
)-> ‘str’
Return DDL to add one nullable column.
| 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.