root/lang/actionscript/nico/VideoData.as
| Revision 73, 296 bytes (checked in by kan, 15 months ago) |
|---|
| Line | |
|---|---|
| 1 | package |
| 2 | { |
| 3 | public class VideoData |
| 4 | { |
| 5 | public static var table:String = "video"; |
| 6 | public static var columns:Array = [ |
| 7 | {name:"id", type:"INTEGER", primary:1}, |
| 8 | {name:"video_id", type:"TEXT"}, |
| 9 | {name:"title", type:"TEXT"} |
| 10 | ]; |
| 11 | public static var created:Boolean = false; |
| 12 | } |
| 13 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)