Skip to content

Instantly share code, notes, and snippets.

@srigalamilitan
Created August 26, 2015 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srigalamilitan/0c03de088633a3ed3da7 to your computer and use it in GitHub Desktop.
Save srigalamilitan/0c03de088633a3ed3da7 to your computer and use it in GitHub Desktop.
Hib5Java8DateTime
CREATE TABLE `order_transaction` (
`orderId` bigint(20) NOT NULL AUTO_INCREMENT,
`OrderProduct` varchar(255) DEFAULT NULL,
`orderCreated` timestamp NULL DEFAULT NULL,
`orderDate` date DEFAULT NULL,
`orderTime` time DEFAULT NULL,
PRIMARY KEY (`orderId`)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment