bradwrage blogg

About

sandals


Living and working in the Bay Area. Married to the most incredible woman. Resolved to live each and every day for the Lord.

Links

Twitter

    Me Elsewhere

    Essential mysql table for a web app

    create table users (
    -> id int(11) not null primary key,
    -> username varchar(50) not null,
    -> password varchar(20) not null,
    -> email varchar(80) not null);



    March 13, 2009, 9:35pm   Comments

    blog comments powered by Disqus