Skip to content
View Bjdbc's full-sized avatar

Block or report Bjdbc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Bjdbc/README.mdال
CREATE TABLE IF NOT EXISTS bmi_records (
    id INT AUTO_INCREMENT PRIMARY KEY,
    user_id INT NOT NULL,
    weight FLOAT NOT NULL,
    height FLOAT NOT NULL,
    bmi FLOAT NOT NULL,
    status VARCHAR(50),
    interpretation VARCHAR(100),
    timestamp TIME,
    created_at DATE
);

CREATE TABLE IF NOT EXISTS users (
    id INT AUTO_INCREMENT PRIMARY KEY,
    username VARCHAR(50) NOT NULL UNIQUE,
    password VARCHAR(255) NOT NULL,
    rol VARCHAR(20) DEFAULT 'user'
);

Popular repositories Loading

  1. Barka.Basmala Barka.Basmala Public

    Config files for my GitHub profile.

    C

  2. Bjdbc Bjdbc Public

    Config files for my GitHub profile.

    C

  3. -poo -poo Public

    Java

  4. - - Public

    C

  5. Step-03 Step-03 Public

    HTML

  6. Mvc Mvc Public