CREATE DATABASE test;
USE test;
CREATE TABLE test_tbl (
id INT AUTO_INCREMENT PRIMARY KEY,
memo VARCHAR(255),
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme