summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-14 16:21:33 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-14 16:21:33 +0500
commitb88d91870d40a84ad6941b2394838d6784f81db2 (patch)
treea097b97947e1e730634d0a2ff763f564d75e38f4 /db
parent075872c98fbd9a19e684a18b24f471bc1f78d1b1 (diff)
ID to string transfer
Diffstat (limited to 'db')
-rw-r--r--db/create_script.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/create_script.sql b/db/create_script.sql
index db44580..67f8c4c 100644
--- a/db/create_script.sql
+++ b/db/create_script.sql
@@ -1,5 +1,5 @@
CREATE TABLE RangedWeapons (
- id SERIAL PRIMARY KEY,
+ id VARCHAR(255) PRIMARY KEY,
name VARCHAR(255) NOT NULL,
weapon_type VARCHAR(255) NOT NULL,
accuracy INTEGER,