#I need some help on qb crypto

1 messages · Page 1 of 1 (latest)

blazing thicketBOT
#
📝 Support Request Template

Please fill out the following fields with maximum effort.

Low-effort posts will receive low-effort responses. Failure to follow this template may result in your thread being locked or deleted.

💻 Script Name

Provide the name of the script you're having trouble with.

❗ Error

Paste the exact error message you received. Ignore if none (check F8 / Tx console).

🛠️ Issue Description

Describe the issue you're experiencing in detail.

🔄 Recent Changes

List the last changes you made before the issue occurred.

🔧 Troubleshooting Steps

Explain what you've already tried.

📹 Screenshots / Video

Include screenshots, recordings, or code snippets if possible.

⚠️ Important Notice

Half-baked posts will receive half-baked help.

If you do not follow the template properly, your thread may be locked or deleted without warning.

shell briar
#

CREATE TABLE crypto ( id INT AUTO_INCREMENT PRIMARY KEY, citizenid VARCHAR(50) NOT NULL, crypto VARCHAR(50) NOT NULL DEFAULT 'QBIT', amount INT NOT NULL DEFAULT 0 );

execute this into your database

untold crane
#

it say's that already exists

#

but when i click on it in the phpmyadmin it says that in doesn't exist