projet-webservices/migrations/2022-12-09-134921_cache/up.sql

9 lines
153 B
MySQL
Raw Normal View History

-- Your SQL goes here
CREATE TABLE cache (
id SERIAL PRIMARY KEY,
name VARCHAR NOT NULL,
domain VARCHAR NOT NULL,
ip VARCHAR NOT NULL
)