[mysql] DB

Viewer

  1. CREATE TABLE `Transactions` (
  2.         `user_id` INT(10) NOT NULL,
  3.         `transaction_date` DATE(30) NOT NULL,
  4.         `amount` INT(10) NOT NULL,
  5.         PRIMARY KEY (`user_id`)
  6. ) ENGINE=InnoDB;

Editor

You can edit this paste and save as new:


File Description
  • DB
  • Paste Code
  • 05 May-2021
  • 172 Bytes
You can Share it: