Files
Docker_Compose/480T/ragflow/init.sql
T
2026-07-27 09:52:13 +08:00

2 lines
53 B
SQL
Executable File

CREATE DATABASE IF NOT EXISTS rag_flow;
USE rag_flow;