db/schema/020_audit.sql

6 lines
82 B
MySQL
Raw Normal View History

2023-06-10 04:51:28 +00:00
create type public.audit_kind as enum
( 'modify'
, 'delete'
, 'create'
);