Перейти к содержанию

tool_price_multipliers

Колонки

колонка тип not null default
tool "text" ``
feature "text" 'basic'::"text"
param "text" ``
value "text" ``
factor numeric(10,3) ``
effective_from timestamp with time zone "now"()
effective_to timestamp with time zone ``

Ограничения

  • CONSTRAINT "tool_price_multipliers_pkey" PRIMARY KEY ("tool", "feature", "param", "value", "effective_from")
  • CONSTRAINT "tool_price_multipliers_tool_fkey" FOREIGN KEY ("tool") REFERENCES "public"."tools"("code") ON DELETE CASCADE

Внешние ключи

  • (tool) → tools(code)