-- Table: lookup_folder CREATE TABLE [lookup_folder] ( [folder_type] smallint NOT NULL, [folder_type_name] nvarchar(32) NULL ); GO