We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc719e commit 543ff11Copy full SHA for 543ff11
pages/it-drugs/installation.mdx
@@ -110,6 +110,7 @@ DROP TABLE IF EXISTS `drug_processing`;
110
id VARCHAR(11) NOT NULL, PRIMARY KEY(id),
111
owner LONGTEXT DEFAULT NULL,
112
coords LONGTEXT NOT NULL,
113
+ dimension INT(11) DEFAULT 0,
114
time INT(255) NOT NULL,
115
type VARCHAR(100) NOT NULL,
116
health DOUBLE NOT NULL DEFAULT 100,
@@ -122,6 +123,7 @@ DROP TABLE IF EXISTS `drug_processing`;
122
123
CREATE TABLE IF NOT EXISTS drug_processing (
124
125
126
127
rotation DOUBLE NOT NULL,
128
owner LONGTEXT NOT NULL,
129
type VARCHAR(100) NOT NULL
0 commit comments