267 B
267 B
tags
tags | |
---|---|
|
REQ0140-DemoQuoteApp
Description
Schema
// Add your DBML here
Table quotes {
id integer
content string
author string
category string
}