From 6242be1175e0cce43b3a6b7bf096324c3c88e202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Thu, 9 Oct 2025 22:19:36 +0900 Subject: [PATCH] --- ...%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Anico_tag_relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Anico_tag_relations.md b/%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Anico_tag_relations.md index 8043f84..2e1dfc2 100644 --- a/%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Anico_tag_relations.md +++ b/%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E5%AE%9A%E7%BE%A9%E6%9B%B8%3Anico_tag_relations.md @@ -3,4 +3,4 @@ | :---: | :--: | :-: | :---: | :------: | :--: | :-- | | id | 代理キー | BIGINT | | | | | | nico_tag_id | ニコニコ・タグ | BIGINT | | | | tags.id のうち,tags.category = 'nico' である必要がある. | -| tag_id | タグ | BIGINT | | | | tags.category = 'nico' の場合は再帰する. | \ No newline at end of file +| tag_id | タグ | BIGINT | | | | tags.category <> 'nico' である必要がある. | \ No newline at end of file