Go to http://localhost:8080/console and navigate to Data -> Create table
For example, let us go with a user table with the following rows:
user (
id INT PRIMARY KEY,
name TEXT
)
Go to http://localhost:8080/console and navigate to Data -> Create table
For example, let us go with a user table with the following rows:
user (
id INT PRIMARY KEY,
name TEXT
)