select `table_schema`, `table_name`, `create_time` FROM information_schema.tables where engine = 'InnoDB' order by create_time desc ;
Revisiting wearable computing
10 hours ago
This site is now archived. My new coding posts are here http://justinhj.github.io
select `table_schema`, `table_name`, `create_time` FROM information_schema.tables where engine = 'InnoDB' order by create_time desc ;