Guest User

Untitled

a guest
Aug 12th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.34 KB | None | 0 0
  1. 1   deadline_id int(255)    AUTO_INCREMENT
  2. 2   user_id int (255)
  3. 3   timestamp   varchar(255)
  4. 4   priority    varchar(255)             
  5. 5   date        varchar(255)
  6. 6   content     text            latin1_swedish_ci  
  7.  
  8. INSERT INTO deadline VALUES
  9.     (`user_id`, '1'),
  10.     (`timestamp`, '1337391923'),
  11.     (`priority`, 'h'),
  12.     (`date`, '1233491923'),
  13.     (`content`,'Something%20about%20a%20website')
Add Comment
Please, Sign In to add comment