sections: internals:datasette-remove-column-type
This data as json
| id | page | ref | title | content | breadcrumbs | references |
|---|---|---|---|---|---|---|
| internals:datasette-remove-column-type | internals | datasette-remove-column-type | await .remove_column_type(database, resource, column) | database - string The name of the database. resource - string The name of the table or view. column - string The name of the column. Removes the column type assignment for the specified column. await datasette.remove_column_type( "mydb", "mytable", "location" ) | ["Internals for plugins", "Datasette class", "Column types"] | [] |