We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f66ce commit e4fbbf8Copy full SHA for e4fbbf8
1 file changed
server/src/main/resources/db/migration/V1.0.12__Topics_schema.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE IF NOT EXISTS Topics(
2
+ id serial not null primary key,
3
+ topic_name varchar(255)
4
+ );
0 commit comments