How to create a database table

m
m
Line 28: Line 28:
 
  '''''BINARY''''' - the field collation will be binary, e.g. ''utf8_bin'';
 
  '''''BINARY''''' - the field collation will be binary, e.g. ''utf8_bin'';
  
  '''''UNSIGNED''''' -  the database table field will have positive or 0 numeric values;
+
  '''''UNSIGNED''''' -  the database table field will have positive or 0 numeric  
 +
values;
  
 
  '''''UNSIGNED ZEROFILL''''' - the field will have positive or 0 numeric values and leading zeros will be added to a number;
 
  '''''UNSIGNED ZEROFILL''''' - the field will have positive or 0 numeric values and leading zeros will be added to a number;

Revision as of 07:38, 18 November 2011

rss feed for my website