users4 cols
id | INT(11) | PKAI |
email | VARCHAR(255) | UniqueNN |
name | VARCHAR(100) | |
created_at | TIMESTAMP | DEFNN default: CURRENT_TIMESTAMP |
posts4 cols
id | INT(11) | PKAI |
user_id | INT(11) | FKNN |
title | VARCHAR(255) | NN |
body | TEXT |
Press enter or space to select a node. You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.