cakephp_tmbundle / branches / master / Snippets / New Schema.tmSnippet
history
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>var \$${1:table_name} = array(
'id' => array('type' => 'integer', 'null' => false, 'default' => NULL, 'key' => 'primary'),$0
'created' => array('type' => 'datetime', 'null' => false),
'modified' => array('type' => 'datetime', 'null' => false),
'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1))
);
</string>
<key>name</key>
<string>New Schema</string>
<key>scope</key>
<string>source.php.cake</string>
<key>tabTrigger</key>
<string>sch</string>
<key>uuid</key>
<string>B4249811-2173-41ED-98D0-875C19AC7ED5</string>
</dict>
</plist>
