lithium\data\source\database\adapter\Sqlite3::$_metas

protected property

Column specific metas used on table creating By default 'quote' is false and 'join' is ' '

Source

	protected $_metas = array(
		'column' => array(
			'collate' => array('keyword' => 'COLLATE', 'escape' => true)
		)
	);