13c13
<         'type' => 'numeric',
---
>         'type' => 'int',
15,16d14
<         'precision' => 20,
<         'scale' => 0,
53c51
<         'type' => 'numeric',
---
>         'type' => 'int',
55,56d52
<         'precision' => 20,
<         'scale' => 0,
61c57
<         'type' => 'numeric',
---
>         'type' => 'int',
63,64d58
<         'precision' => 20,
<         'scale' => 0,
90c84
<         'type' => 'numeric',
---
>         'type' => 'int',
92,93c86
<         'precision' => 20,
<         'scale' => 0,        'not null' => TRUE,
---
>         'not null' => TRUE,
319c312
<  * API data for replies, and convert the twitter_uid field to a numeric type, too.
---
>  * API data for replies, and convert the twitter_uid field to a int type, too.
329c322
<       'type' => 'numeric',
---
>       'type' => 'int',
331,332d323
<       'precision' => 20,
<       'scale' => 0,
342,344c333
<       'type' => 'numeric',
<       'precision' => 20,
<       'scale' => 0,
---
>       'type' => 'int',
353,355c342
<       'type' => 'numeric',
<       'precision' => 20,
<       'scale' => 0,
---
>       'type' => 'int',
385c372
<       'type' => 'numeric',
---
>       'type' => 'int',
387,388d373
<       'precision' => 20,
<       'scale' => 0,
