Skip to content

Commit 0eacb90

Browse files
committed
feat: add destory sql script templates
1 parent 6c9d925 commit 0eacb90

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

templates/server/model/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
31
# 在此文件内导入所有模型类
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- MySQL 自增 id 模式销毁 SQL
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- MySQL 雪花 id 模式销毁 SQL
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- PostgreSQL 自增 id 模式销毁 SQL
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- PostgreSQL 雪花 id 模式销毁 SQL

0 commit comments

Comments
 (0)