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

tool_flat_prices

Колонки

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

Ограничения

  • CONSTRAINT "tool_flat_prices_pkey" PRIMARY KEY ("tool", "feature", "effective_from")
  • CONSTRAINT "tool_flat_prices_tool_fkey" FOREIGN KEY ("tool") REFERENCES "public"."tools"("code") ON DELETE CASCADE

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

  • (tool) → tools(code)