Interim commit
Nowhere close to executable (though everything builds)
This commit is contained in:
19
src/myWebLog.Data/Table.fs
Normal file
19
src/myWebLog.Data/Table.fs
Normal file
@@ -0,0 +1,19 @@
|
||||
module myWebLog.Data.Table
|
||||
|
||||
/// The Category table
|
||||
let Category = "Category"
|
||||
|
||||
/// The Comment table
|
||||
let Comment = "Comment"
|
||||
|
||||
/// The Page table
|
||||
let Page = "Page"
|
||||
|
||||
/// The Post table
|
||||
let Post = "Post"
|
||||
|
||||
/// The WebLog table
|
||||
let WebLog = "WebLog"
|
||||
|
||||
/// The User table
|
||||
let User = "User"
|
||||
Reference in New Issue
Block a user