CREATE TABLE "bidding_notice_template" ( "id" serial PRIMARY KEY NOT NULL, "type" varchar(50) DEFAULT 'standard' NOT NULL, "title" varchar(200) DEFAULT '표준 입찰공고문' NOT NULL, "content" text DEFAULT '' NOT NULL, "created_at" timestamp DEFAULT now() NOT NULL, "updated_at" timestamp DEFAULT now() NOT NULL );