REPLACE INTO tbl_lookup_vin (`user`) VALUES (:user)
Array
(
    [user] => 3
)

Error!
PDOException Object
(
    [message:protected] => SQLSTATE[HY000]: General error: 1364 Field 'vin' doesn't have a default value
    [string:Exception:private] => 
    [code:protected] => HY000
    [file:protected] => /var/www/html/scripts/php/lib/Scrape.php
    [line:protected] => 419
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/html/scripts/php/lib/Scrape.php
                    [line] => 419
                    [function] => execute
                    [class] => PDOStatement
                    [type] => ->
                )

            [1] => Array
                (
                    [file] => /var/www/html/scripts/vinflat.php
                    [line] => 74
                    [function] => InsertDb
                    [class] => Scrape
                    [type] => ->
                )

            [2] => Array
                (
                    [file] => /var/www/html/vin.php
                    [line] => 166
                    [args] => Array
                        (
                            [0] => /var/www/html/scripts/vinflat.php
                        )

                    [function] => include
                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => HY000
            [1] => 1364
            [2] => Field 'vin' doesn't have a default value
        )

)