Skip to content

Commit dcbb0f2

Browse files
committed
set mysql mode
1 parent 0376033 commit dcbb0f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CrazyCar/ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,11 +908,11 @@ PlayerSettings:
908908
m_VersionName:
909909
apiCompatibilityLevel: 6
910910
activeInputHandler: 0
911-
cloudProjectId:
911+
cloudProjectId: f62f7a46-eb74-43f5-a4f3-ad8f59daf590
912912
framebufferDepthMemorylessMode: 0
913913
qualitySettingsNames: []
914-
projectName:
915-
organizationId:
914+
projectName: CrazyCar
915+
organizationId: tastsong
916916
cloudEnabled: 0
917917
legacyClampBlendShapeWeights: 0
918918
playerDataPath:

CrazyCarDB/CrazyCar.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
create database crazy_car;
22
use crazy_car;
3+
SET @@global.sql_mode ='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
34
SET SQL_SAFE_UPDATES = false;
45

56
create table if not exists `all_user`(

0 commit comments

Comments
 (0)