mirror of
https://github.com/lazuscripts/utility.git
synced 2024-11-30 14:24:21 +00:00
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
|
import Model from require "lapis.db.model"
|
||
|
|
||
|
class Settings extends Model
|
||
|
@timestamp: true
|
||
|
@primary_key: "name"
|