Radoslav Kirilov 120e6a38d5
feat: environment variables interpolation (#604)
Co-authored-by: Mike Fridman <mf192@icloud.com>
2023-12-23 15:13:19 -05:00

8 lines
116 B
SQL

CREATE TABLE post (
id int NOT NULL,
title text,
foo text,
footitle3 text,
defaulttitle4 text,
title5 text,
);