데이터베이스

MySQL 테이블 생성 Query 확인

공장장코난 2022. 1. 26. 20:45

MySQL 테이블 생성 Query 확인

SHOW CREATE TABLE [Table명];

Ex)
SHOW CREATE TABLE test_table;