создай таблицу с полями geo_table_id, geo_table, operation, username, operation_time, row_id для postgresql
CREATE TABLE geo_table( geo_table_id SERIAL PRIMARY KEY, geo_table VARCHAR(100) NOT NULL, operation VARCHAR(100) NOT NULL, username VARCHAR(100) NOT NULL, operation_time timestamp, row_id int NOT NULL );