The id should be an auto-incrementing primary key. Also, column names should be lower cased using an underscore to separate words, i.e. first_name You should also consider adding "created_at" and "updated_at" datetime fields to handle timestamps.
Table names should be pluralized.