How to create a database table

m
m
Line 9: Line 9:
 
* '''Type'''
 
* '''Type'''
  
This field allows you to pick the type of the data stored in the corresponding field. See more about the possible choices [http://dev.mysql.com/doc/refman/5.0/en/data-types.html here].
+
This field allows you to pick the type of the data stored in the corresponding field. See more about the possible choices '''[http://dev.mysql.com/doc/refman/5.0/en/data-types.html here]'''.
  
 
* '''Length/Values'''
 
* '''Length/Values'''
Line 36: Line 36:
 
* '''Null'''
 
* '''Null'''
  
This allows you to define whether the field value can be NULL. More information about the NULL value can be found [http://dev.mysql.com/doc/refman/5.0/en/problems-with-null.html here].
+
This allows you to define whether the field value can be NULL. More information about the NULL value can be found '''[http://dev.mysql.com/doc/refman/5.0/en/problems-with-null.html here]'''.
  
 
* '''Default'''
 
* '''Default'''

Revision as of 07:40, 18 November 2011

rss feed for my website