Jump to content

Picture


Ruud Hermans

Recommended Posts

I got the following table witch also needs to include a picture (foto) of a person but what do I put behind it?

CREATE TABLE adressen(id VARCHAR(25) NOT NULL,voornaam VARCHAR(30) NULL,achternaam VARCHAR(30) NULL,volledige_naam VARCHAR(50) NULL,schuilnaam VARCHAR(30) NULL,geslacht ENUM('Man','Vrouw') NULL,adres VARCHAR(40) NULL,postcode VARCHAR(6) NULL,woonplaats VARCHAR(40) NULL,provincie VARCHAR(20) NULL,telefoon VARCHAR(12) NULL,email VARCHAR(20) NULL,info VARCHAR(255) NULLfoto)

Ruud Hermans

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...