Skip to content

Commit 543ff11

Browse files
committed
Update drug installation
1 parent bfc719e commit 543ff11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/it-drugs/installation.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ DROP TABLE IF EXISTS `drug_processing`;
110110
id VARCHAR(11) NOT NULL, PRIMARY KEY(id),
111111
owner LONGTEXT DEFAULT NULL,
112112
coords LONGTEXT NOT NULL,
113+
dimension INT(11) DEFAULT 0,
113114
time INT(255) NOT NULL,
114115
type VARCHAR(100) NOT NULL,
115116
health DOUBLE NOT NULL DEFAULT 100,
@@ -122,6 +123,7 @@ DROP TABLE IF EXISTS `drug_processing`;
122123
CREATE TABLE IF NOT EXISTS drug_processing (
123124
id VARCHAR(11) NOT NULL, PRIMARY KEY(id),
124125
coords LONGTEXT NOT NULL,
126+
dimension INT(11) DEFAULT 0,
125127
rotation DOUBLE NOT NULL,
126128
owner LONGTEXT NOT NULL,
127129
type VARCHAR(100) NOT NULL

0 commit comments

Comments
 (0)