Create a table

  1. go to your edinburgh.domains dashboard
  2. go to phpMyAdmin
  3. Select your database Username_DatabaseName
  4. click New
  5. add a new table named simpleModel with these columns
  6. You will need to add an additional column
Name Type Length/Values Index A_I
id BIGINT - Primary x
name VARCHAR 200 - -
colour VARCHAR 200 - -
  • you can leave other unmentioned attributes blank.
  • when you check A_I or Primary just click Go on the pop-up
  1. click Save