home / docs / sections_fts

Menu

sections_fts: 73

This data as json

rowid title content
73 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" )
Powered by Datasette · Queries took 3.401ms