Skip to content

Commit 53d310d

Browse files
committed
카테고리 수정
1 parent bc89256 commit 53d310d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

content/blog/250908-sql/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "[TIL] SQL (2025.09.08)"
3-
description: "2025.09.08 오늘 공부한 SQL 내용 기록"
2+
title: "SQL 테이블 생성, 삭제, 데이터 추가"
3+
description: "SQL 테이블 생성, 삭제, 데이터 추가"
44
date: "2025-09-08T21:35:00"
55
thumbnail: "./thumbnail.png"
6-
category: "TIL"
7-
tags: ["SQL", "DDL", "DB"]
6+
category: "Database"
7+
tags: ["SQL", "SQLite"]
88
---
99

1010
# DDL이란?

content/blog/250910-sqlite-constraints/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "[TIL] SQLite Constraints (제약조건)"
3-
description: "[TIL]SQLite Constraints"
2+
title: "SQLite Constraints (제약조건)"
3+
description: "SQLite Constraints"
44
thumbnail: "./thumbnail.png"
55
date: "2025-09-10T20:00:00"
6-
category: "TIL"
6+
category: "Database"
77
tags: ["SQL", "SQLite"]
88
---
99

content/blog/250910-sqlite-data-type/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "[TIL] SQLite Data Type"
2+
title: "SQLite Data Type"
33
description: "SQLite Data Type에 대하여 (쏘 심플)"
44
thumbnail: "./thumbnail.png"
55
date: "2025-09-10T16:39:00"
6-
category: "TIL"
6+
category: "Database"
77
tags: ["SQL", "SQLite"]
88
---
99

0 commit comments

Comments
 (0)