DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
datatype
Fix for schema api 'char' datatype not working ..
March 16, 2008 - 10:39am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
balance_install
(
)
{
drupal_install_schema
(
'balance'
)
;
}
char
database
datatype
schema
schema api
Read more
schema api 'char' datatype not working ..
March 16, 2008 - 10:36am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
balance_install
(
)
{
drupal_install_schema
(
'balance'
)
;
}
char
database
datatype
schema
schema api
Read more