schema.php 210 Bytes
Newer Older
imac's avatar
imac committed
1 2 3 4 5 6 7
<?php
/**
 * Plugin database schema
 * WARNING: 
 * 	dbDelta() doesn't like empty lines in schema string, so don't put them there;
 *  WPDB doesn't like NULL values so better not to have them in the tables;
 */