Advertisement
ostyleo

Untitled

May 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.25 KB | None | 0 0
  1. create table train
  2. (
  3.   Numar          int auto_increment
  4.     primary key,
  5.   Tip            varchar(50) null,
  6.   LocatiePlecare varchar(50) null,
  7.   LocatieSosire  varchar(50) null,
  8.   OraPlecare     time        null,
  9.   OraSosire      time        null
  10. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement