Skip to content

Instantly share code, notes, and snippets.

@isaiahdw
Created November 30, 2011 00:25
Show Gist options
  • Save isaiahdw/1407326 to your computer and use it in GitHub Desktop.
Save isaiahdw/1407326 to your computer and use it in GitHub Desktop.
static $types = array(
// SQL-92
'bit' => array(
'type' => 'string', 'exact' => TRUE
),
'something else' => array(
'type' => 'string', 'exact' => TRUE
),....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment