From 88e89f0551e5b01ba75b1122b757b04cdcb860d6 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 29 Apr 2024 13:39:28 +0200 Subject: [PATCH] feat(database): update database schema and sql dialect settings - Added new procedures `CheckVehicleAvailability` and `IsVehicleAvailable` to the database schema. - Introduced an `isAvailable` column to the `vehicles` table. - Updated sql dialect settings to include a new console file for the database. - Reflected changes also include id adjustments and table modifications. Signed-off-by: Mathis --- .../1f2800b5-8649-4a80-a9ec-b7b2a24623b4.xml | 161 +++++++++++------- .../_src_/schema/brief_05.6nelCw.zip | Bin 0 -> 1464 bytes .idea/sqldialects.xml | 1 + 3 files changed, 96 insertions(+), 66 deletions(-) create mode 100644 .idea/dataSources/1f2800b5-8649-4a80-a9ec-b7b2a24623b4/storage_v2/_src_/schema/brief_05.6nelCw.zip diff --git a/.idea/dataSources/1f2800b5-8649-4a80-a9ec-b7b2a24623b4.xml b/.idea/dataSources/1f2800b5-8649-4a80-a9ec-b7b2a24623b4.xml index 24653fb..98d2ba8 100644 --- a/.idea/dataSources/1f2800b5-8649-4a80-a9ec-b7b2a24623b4.xml +++ b/.idea/dataSources/1f2800b5-8649-4a80-a9ec-b7b2a24623b4.xml @@ -1033,287 +1033,316 @@ brief\\_05|schema||user_brief05||UPDATE|G 1 - 2024-04-29.10:37:23 + 2024-04-29.11:31:14 latin1_swedish_ci utf8_general_ci - + + user_brief05@% + procedure + 91 + + + user_brief05@% + 1 + function + 111 + +
InnoDBlatin1_swedish_ci
- +
InnoDBlatin1_swedish_ci
- +
InnoDBlatin1_swedish_ci
- +
InnoDBlatin1_swedish_ci
- +
InnoDBlatin1_swedish_ci
- +
InnoDBlatin1_swedish_ci
- + + varchar(36)|0s + 1 + + + R + tinyint(1)|0s + + + varchar(36)|0s + 1 + + varchar(36)|0s 1 1 - + varchar(32)|0s 2 - + varchar(32)|0s 3 - + blob|0s 4 - + id btree 1 - + slug_name btree 1 - + 1 1 PRIMARY - + slug_name - + varchar(36)|0s 1 1 - + varchar(36)|0s 2 - + varchar(32)|0s 3 - + id btree 1 - + 1 1 PRIMARY - + varchar(36)|0s 1 1 - + varchar(32)|0s 2 - + varchar(32)|0s 3 - + varchar(36)|0s 4 - + varchar(36)|0s 5 - + blob|0s 6 - + tinyint(1)|0s 7 - + float|0s 8 - + id btree 1 - + slug_name btree 1 - + 1 1 PRIMARY - + slug_name - + varchar(36)|0s 1 - + varchar(36)|0s 2 - + tinyint(1)|0s 3 - + date|0s 4 - + date|0s 5 - + tinyint(1)|0s 6 - + int(11)|0s 7 - + varchar(36)|0s 1 1 - + varchar(12)|0s 2 - + varchar(16)|0s 3 - + varchar(16)|0s 4 - + date|0s 5 - + varchar(32)|0s 6 - + tinyint(1)|0s 0 7 - + date|0s 8 - + varchar(128)|0s 9 - + tinyint(1)|0s 0 1 10 - + id btree 1 - + id btree 1 - + id btree 1 - + username btree 1 - + email btree 1 - + 1 1 PRIMARY - + users_pk - + users_pk_2 - + username - + email - + varchar(36)|0s 1 1 - + varchar(8)|0s 2 - + varchar(36)|0s 3 - + int(11)|0s 4 - + float|0s 5 - + + tinyint(1)|0s + 1 + 1 + 6 + + id btree 1 - + 1 1 PRIMARY diff --git a/.idea/dataSources/1f2800b5-8649-4a80-a9ec-b7b2a24623b4/storage_v2/_src_/schema/brief_05.6nelCw.zip b/.idea/dataSources/1f2800b5-8649-4a80-a9ec-b7b2a24623b4/storage_v2/_src_/schema/brief_05.6nelCw.zip new file mode 100644 index 0000000000000000000000000000000000000000..0c48d7f8b5b69ff02dc83e995302fe207bd36501 GIT binary patch literal 1464 zcmbVLU2fAr5N?|mBtLV2ttx0Dxv8CyL~a1#Bo0J1&JX2Btt!X0H_EDx1M77}F92`c zpts-xsP9N{0G^N#FT8L8W}Se4LL`^9X5`&j?R?*SGrhyyrm)7>_w&n_Dyufuuv?rIUwY%k-B1s}TQ4|qzlNH!4T=^6Nrii*C>W97#2N0G{ zgwhc-aa@9w8aE2i+%#VvmK#FCJ?HE!-9tPng637}0yG z(VE9Cn~@oYm|Pb$qg5ADrRe<{-egb$ZoBbPbo`{0E-t!~Svgk!=(v1gNx^nnL8V%f zDm6u}fl#u{<>RhY29XvnvxfNcYwiaC=5{9=@XYFs0uRbI_0TfMJk*#MJ1!Vhng!JJ z5sbkF@mO9iKyNTiC&VK@BX&&Dme$l&5Rdq#HJ=d|qei!@YpPKX#cis(zPfAX=?n9# z1MTS9z(~9msl2{%Yi;$^a;>9vtr=d`(Z%HS_70N>(nA*^xB?)V5rByQ2_W6-+kg3g tT8{x();!+$|A;1Nx6`!KeHvwbw~;9;5YCWv>jr1D3Exj3^C8D~zX2OvtQ7zN literal 0 HcmV?d00001 diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml index 63772a3..8940827 100644 --- a/.idea/sqldialects.xml +++ b/.idea/sqldialects.xml @@ -1,6 +1,7 @@ + \ No newline at end of file