altocompta/sql/mod1/theme.sql
2004-09-22 19:21:57 +00:00

12 lines
166 B
SQL

-- Table: public.theme
-- DROP TABLE public.theme;
CREATE TABLE public.theme
(
the_name text NOT NULL,
the_filestyle text,
the_filebutton text
) WITH OIDS;