# magic-api-example **Repository Path**: wangshuai6707/magic-api-example ## Basic Information - **Project Name**: magic-api-example - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 206 - **Created**: 2021-05-11 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## mysql 建表语句 ```sql CREATE TABLE `magic_api_file` ( `file_path` varchar(512) NOT NULL, `file_content` mediumtext, PRIMARY KEY (`file_path`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ```