• Schema
    • New ...Ctrl+N
    • Load ...Ctrl+L
    • SaveCtrl+S
    • Save As ...
    •  
    • Templates ...
    •  
    • Properties ...
    • Share ...
    •  
    • Import ...Ctrl+I
  • Edit
    • UndoCtrl+Z
    • RedoCtrl+Y
    •  
    • Select AllCtrl+A
    • Select None
  • Insert
    • TableAlt+T
    • NoteAlt+N
  • View
    • Hide Minimap
    • Hide Sidebar Alt+S
    • Hide Grid
    •  
    • Sort Items Ctrl+1
    •  
    • Line Type
      • Bezier
      • Cornered
    •  
    • Options ...
  • Export
    • Sql ...Ctrl+E
    • Image ...
    • PDF ...
  • Share
  • Help
    • Index
    •  
    • Changes
    •  
    • Show Tutorial
    • Keyboard Shortcuts?
    • Feedback
    •  
    • About
  • Documentation
...
  • Guest
    • Login
    • Sign-up
  • Delete Table
  •  
  • Clone Table
  •  
  • Delete
  •  
  • Table
  • Note
  •  
  • Sort Items
Click "Add Field" at the bottom of the table to add a new field. The new field will be added as the last field to the table. You can change order of the fields by dragging the small up-down icon. Right click on the table to delete or clone the table and to change table color.
Save Cancel Delete
Creating Relationships To create a relation between two tables, you need to add a "Foreign Key" to a table. When adding a new field click on "Foreign Key" and select the "Referenced Table" and "Referenced Field"
Save Cancel Delete
Students Edit table properties



Cancel Delete Table
id integer
grade float
created_at datetime
Add field













Cancel
Teachers Edit table properties



Cancel Delete Table
id integer
student_id integer
name string
Add field













Cancel
Courses Edit table properties



Cancel Delete Table
id integer
name string
created_at datetime
updated_at datetime
Add field













Cancel
StudentCourses Edit table properties



Cancel Delete Table
id integer
student_id integer
course_id integer
Add field













Cancel
Properties
Schema Name: Guest Template
Database: generic
Schema Explorer
History
11/29/2018, 19:30:00
11/29/2018, 19:26:57
11/29/2018, 19:23:58
11/29/2018, 19:21:31
11/27/2018, 22:41:36
11/27/2018, 22:02:25
Comments
UPDATE: THIS VERSION WILL NO LONGER BE ACCESSIBLE STARTING AUGUST 1st 2024
IMPORTANT! New and improved version of DB Designer has been released and we will stop supporting this old version on Dec 31st 2023. CLICK HERE
    ?
    !
    i

    Guest Template

    This is a sample project for you to try. You can make changes in this and save it as your own or create a new one. Click "Schema" in main menu to start fresh anytime. Thank you.