View file posts.sql

File size: 93B
CREATE TABLE posts (
id int auto_increment primary key,
name TEXT,
text TEXT,
date TEXT);