[mysql] users

Viewer

  1. CREATE TABLE `users` (
  2.         `id` INT NOT NULL AUTO_INCREMENT,
  3.         `user_id` VARCHAR(250),
  4.         `pwd` VARCHAR(250),
  5.         `email` VARCHAR(250),
  6.         `user_status` BOOLEAN,
  7.         PRIMARY KEY (`id`)
  8. ) ENGINE=InnoDB;

Editor

You can edit this paste and save as new:


File Description
  • users
  • Paste Code
  • 26 Sep-2021
  • 194 Bytes
You can Share it: