[] init_DB

This commit is contained in:
김선규 2025-02-04 10:53:33 +09:00
parent 119855cb61
commit da63120080
7 changed files with 18 additions and 3 deletions

View File

@ -7,11 +7,14 @@
### 2. seeds
- 초기 데이터 삽입 SQL
### 3. views
### 3.procedures
- 저장 프로시저 및 트리거
### 4. views
- 뷰 생성 SQL
### 4. scripts
### 5. scripts
- 기타 자주 사용하는 SQL
### 5. backups
### 6. backups
- 백업 (.bak 파일 제외)

2
backups/README.md Executable file
View File

@ -0,0 +1,2 @@
# backups
- 백업 (.bak 파일 제외)

2
migrations/README.md Executable file
View File

@ -0,0 +1,2 @@
# migrations
- 스키마 변경 이력 관리하는 마이그레이션 SQL

2
procedures/README.md Executable file
View File

@ -0,0 +1,2 @@
# procedures
- 저장 프로시저 및 트리거

2
scripts/README.md Executable file
View File

@ -0,0 +1,2 @@
# scripts
- 기타 자주 사용하는 SQL

2
seeds/README.md Executable file
View File

@ -0,0 +1,2 @@
# seeds
- 초기 데이터 삽입 SQL

2
views/README.md Executable file
View File

@ -0,0 +1,2 @@
# views
- 뷰 생성 SQL