0
JDJamie Dormaar
This code tells the database to drop the column called search_keyword from the all_sessions table.
Library: PostgreSQL
PostgreSQL
0 Comments
ALTER TABLE all_sessions DROP COLUMN search_keyword;