-- Tables: outros -- Gerado automaticamente em 2026-05-11T16:53:50.926Z -- Total: 1 CREATE TABLE public._db_migrations ( id integer NOT NULL, filename text NOT NULL, hash text NOT NULL, category text DEFAULT 'migration'::text NOT NULL, applied_at timestamp with time zone DEFAULT now() NOT NULL );