-- Tables: outros -- Gerado automaticamente em 2026-04-17T12:23:05.228Z -- 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 );