[sql] author

Viewer

  1. CREATE TABLE `author` (
  2.         `id` INT NOT NULL,
  3.         `author` VARCHAR(50),
  4.         `birth_year` DOUBLE
  5. );

Editor

You can edit this paste and save as new: