edas-demo/userstory-demo/edas-full-demo/attachments/txc_shedulerx/txc_springcloud_demo.sql (5 lines of code) (raw):

CREATE TABLE `account_information` ( `id` bigint(20) NOT NULL, `money` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin