Skip to content

Commit f5f47fa

Browse files
author
Admin
committed
Inital version.
1 parent 778ee72 commit f5f47fa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Example/Schemas.sql

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
** \file
3+
** \brief Schema documentation.
4+
** \author Chris Oldwood
5+
**/
6+
7+
/**
8+
** \namespace dbo
9+
** The default schema for database objects.
10+
**
11+
** If no schema name is specified as part of an object or type's name then this
12+
** is assumed to be schema it's defined within.
13+
**/

0 commit comments

Comments
 (0)