def create_table_posts()

in resources/code/scenario0/api/app.py [0:0]


    def create_table_posts(self):
        try:
            cursor = self.conn.cursor()
            print("Creating table posts")
            cursor.execute("""