sections_fts: 72
This data as json
| rowid | title | content |
|---|---|---|
| 72 | 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" ) |