Modified by www.SourceFiles.app
This commit is contained in:
@@ -11,11 +11,6 @@
|
||||
-- ============================================================================
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.audit_log (
|
||||
id BIGGENERATED_PLACEHOLDER
|
||||
);
|
||||
DROP TABLE IF EXISTS public.audit_log;
|
||||
|
||||
CREATE TABLE public.audit_log (
|
||||
id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
||||
table_name TEXT NOT NULL,
|
||||
record_id UUID,
|
||||
|
||||
Reference in New Issue
Block a user