Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.21 KB | None | 0 0
  1. CREATE TABLE `patchnotes_ruRU` (
  2.   `title` text NOT NULL,
  3.   `creation_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
  4.   `id` INT(11) NOT NULL,
  5.   `content_ruRU` text NOT NULL
  6. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement