Array ( [0] => email_deliveries [1] => email_deliveries_log [2] => email_validation_cache [3] => resend_audit )
Array
(
    [id] => Array
        (
            [type] => integer
            [length] => 
            [notnull] => 1
            [default] => 
            [autoincrement] => 1
            [precision] => 
            [scale] => 0
        )

    [email] => Array
        (
            [type] => string
            [length] => 255
            [notnull] => 
            [default] => 
            [autoincrement] => 
            [precision] => 
            [scale] => 0
        )

    [status] => Array
        (
            [type] => string
            [length] => 50
            [notnull] => 
            [default] => 
            [autoincrement] => 
            [precision] => 
            [scale] => 0
        )

    [created] => Array
        (
            [type] => integer
            [length] => 
            [notnull] => 
            [default] => 
            [autoincrement] => 
            [precision] => 
            [scale] => 0
        )

    [modified] => Array
        (
            [type] => integer
            [length] => 
            [notnull] => 
            [default] => 
            [autoincrement] => 
            [precision] => 
            [scale] => 0
        )

)