Skip to content

Commit

Permalink
modify spiderflow.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
fishandsheep committed Feb 28, 2022
1 parent 070aa32 commit f610c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/spiderflow.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET FOREIGN_KEY_CHECKS=0;

CREATE DATABASE spiderflow;
CREATE DATABASE IF NOT EXISTS spiderflow CHARACTER SET UTF8;
USE spiderflow;

DROP TABLE IF EXISTS `sp_flow`;
Expand Down

0 comments on commit f610c3c

Please sign in to comment.