All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
5 lines
90 B
SQL
5 lines
90 B
SQL
CREATE TABLE IF NOT EXISTS actions(
|
|
id serial PRIMARY KEY,
|
|
description VARCHAR (500)
|
|
);
|